docs: Title-case every h1 it made sense to title-case

This commit is contained in:
Issy Long 2019-12-11 22:53:27 +00:00
parent ed4cc753d1
commit cca8138a59
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Bottles (binary packages)
# Bottles (Binary Packages)
Bottles are produced by installing a formula with `brew install --build-bottle <formula>` and then bottling it with `brew bottle <formula>`. This outputs the bottle DSL which should be inserted into the formula file.

View File

@ -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?

View File

@ -1,4 +1,4 @@
brew(1) -- The missing package manager for macOS
brew(1) -- The Missing Package Manager for macOS
================================================
## SYNOPSIS

View File

@ -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,