Merge pull request #6574 from XD-DENG/patch-1

Fix minor typo in How-to-Create-and-Maintain-a-Tap
This commit is contained in:
Mike McQuaid 2019-10-10 11:52:28 +01:00 committed by GitHub
commit 75d3bff267
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