aboutsummaryrefslogtreecommitdiffstats
path: root/docs/How-To-Open-a-Homebrew-Pull-Request.md
diff options
context:
space:
mode:
authorEricFromCanada2017-11-17 16:37:22 -0500
committerEricFromCanada2017-11-17 16:37:22 -0500
commit0441ecd3d70f7d4d00db134880b449f4fb18ec3c (patch)
tree1bc6a3858dfa8509156f36460f4d299d04610520 /docs/How-To-Open-a-Homebrew-Pull-Request.md
parent889fc8190603dc277ed5f5beee94e667e81e64f8 (diff)
downloadbrew-0441ecd3d70f7d4d00db134880b449f4fb18ec3c.tar.bz2
docs: update for homebrew-nginx migration
Diffstat (limited to 'docs/How-To-Open-a-Homebrew-Pull-Request.md')
-rw-r--r--docs/How-To-Open-a-Homebrew-Pull-Request.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/How-To-Open-a-Homebrew-Pull-Request.md b/docs/How-To-Open-a-Homebrew-Pull-Request.md
index 7d6af1698..173ea4e1d 100644
--- a/docs/How-To-Open-a-Homebrew-Pull-Request.md
+++ b/docs/How-To-Open-a-Homebrew-Pull-Request.md
@@ -25,7 +25,7 @@ Depending on the change you want to make, you need to send the pull request to t
3. Add your pushable forked repository with `git remote add <YOUR_USERNAME> https://github.com/<YOUR_USERNAME>/homebrew-core.git`
* `<YOUR_USERNAME>` is your GitHub username, not your local machine username.
-For formulae in central taps other than `homebrew/core`, such as `homebrew/science` or `homebrew/nginx`, substitute that tap's name for `homebrew/core` in each step, and alter the GitHub repository URLs as necessary.
+For formulae in central taps other than `homebrew/core`, such as `homebrew/science` or `homebrew/php`, substitute that tap's name for `homebrew/core` in each step, and alter the GitHub repository URLs as necessary.
## Create your pull request from a new branch