diff options
| author | EricFromCanada | 2017-03-18 17:45:12 -0400 |
|---|---|---|
| committer | EricFromCanada | 2017-03-19 14:03:39 -0400 |
| commit | ab4d1a1574a24339c9f1ea2c8b31bc6a24b22800 (patch) | |
| tree | f31c37a33bc5bf3b6af72545a1344a6041b1d481 /docs/How-to-Create-and-Maintain-a-Tap.md | |
| parent | aa260cb0d9f79d4b64532f7cf84b5e080edf57c8 (diff) | |
| download | brew-ab4d1a1574a24339c9f1ea2c8b31bc6a24b22800.tar.bz2 | |
docs: grammar edits, sentence-case secondary headings
Also changes some heading levels so only one primary
heading appears per page.
Diffstat (limited to 'docs/How-to-Create-and-Maintain-a-Tap.md')
| -rw-r--r-- | docs/How-to-Create-and-Maintain-a-Tap.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/How-to-Create-and-Maintain-a-Tap.md b/docs/How-to-Create-and-Maintain-a-Tap.md index f4624ba12..9084fae6b 100644 --- a/docs/How-to-Create-and-Maintain-a-Tap.md +++ b/docs/How-to-Create-and-Maintain-a-Tap.md @@ -5,8 +5,8 @@ can be created by anyone to provide their own formulae and/or external commands to any Homebrew user. ## Creating a tap -A tap is usually a git repository available online, but you can use anything as -long as it’s a protocol that git understands, or even just a directory with +A tap is usually a Git repository available online, but you can use anything as +long as it’s a protocol that Git understands, or even just a directory with files in it. If hosted on GitHub, we recommend that the repository’s name start with `homebrew-`. @@ -41,7 +41,7 @@ no core formula with the same name, or with `brew install user/repo/foo` to avoid conflicts. ## Maintaining a tap -A tap is just a git repository so you don’t have to do anything specific when +A tap is just a Git repository so you don’t have to do anything specific when making modifications, apart from committing and pushing your changes. ### Updating |
