diff --git a/docs/Bottles.md b/docs/Bottles.md index b0d68f4860..c52ad82926 100644 --- a/docs/Bottles.md +++ b/docs/Bottles.md @@ -1,4 +1,4 @@ -# Bottles (binary packages) +# Bottles (Binary Packages) Bottles are produced by installing a formula with `brew install --build-bottle ` and then bottling it with `brew bottle `. This outputs the bottle DSL which should be inserted into the formula file. diff --git a/docs/How-to-build-software-outside-Homebrew-with-Homebrew-keg-only-dependencies.md b/docs/How-to-Build-Software-Outside-Homebrew-with-Homebrew-keg-only-Dependencies.md similarity index 97% rename from docs/How-to-build-software-outside-Homebrew-with-Homebrew-keg-only-dependencies.md rename to docs/How-to-Build-Software-Outside-Homebrew-with-Homebrew-keg-only-Dependencies.md index 919c9b15e0..87bea3b3ac 100644 --- a/docs/How-to-build-software-outside-Homebrew-with-Homebrew-keg-only-dependencies.md +++ b/docs/How-to-Build-Software-Outside-Homebrew-with-Homebrew-keg-only-Dependencies.md @@ -1,4 +1,4 @@ -# How to build software outside Homebrew with Homebrew `keg_only` dependencies +# How to Build Software Outside Homebrew with Homebrew `keg_only` Dependencies ## What does "keg-only" mean? diff --git a/docs/Manpage.md b/docs/Manpage.md index 0c664701d2..2b0fbe73a0 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1,4 +1,4 @@ -brew(1) -- The missing package manager for macOS +brew(1) -- The Missing Package Manager for macOS ================================================ ## SYNOPSIS diff --git a/docs/Taps.md b/docs/Taps.md index a260297de7..aa8748b85a 100644 --- a/docs/Taps.md +++ b/docs/Taps.md @@ -1,4 +1,4 @@ -# Taps (third-party repositories) +# Taps (Third-Party Repositories) `brew tap` adds more repositories to the list of formulae that `brew` tracks, updates, and installs from. By default, `tap` assumes that the repositories come from GitHub,