Fix minor typo in How-to-Create-and-Maintain-a-Tap

This commit is contained in:
Xiaodong 2019-10-10 18:17:06 +08:00 committed by GitHub
parent 89c38345d7
commit 157a9191e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ If they want to get your tap without installing any formula at the same time,
users can add it with the [`brew tap` command](Taps.md).
If its on GitHub, they can use `brew tap user/repo`, where `user` is your
GitHub username and `homebrew-repo` your repository.
GitHub username and `homebrew-repo` is your repository.
If its hosted outside of GitHub, they have to use `brew tap user/repo <URL>`,
where `user` and `repo` will be used to refer to your tap and `<URL>` is your