diff --git a/README.md b/README.md index 972c963..71fffee 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ ## How do I install these formulae? -`brew install michael/swift-hpa/` +`brew install michael/formula/` -Or `brew tap michael/swift-hpa` and then `brew install `. +Or `brew tap michael/formula` and then `brew install `. Or, in a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`: ```ruby -tap "michael/swift-hpa" +tap "michael/formula" brew "" ```