diff options
| author | Mike McQuaid | 2016-12-13 06:42:01 -0800 | 
|---|---|---|
| committer | GitHub | 2016-12-13 06:42:01 -0800 | 
| commit | 6b4de315046a8e4d8b8b70418f7ccd15fecb7801 (patch) | |
| tree | 25bd58339ad6e107cfb8203181a6b1b7e8d5c7c8 | |
| parent | 755be9a2ee0f9670a1b47a2c99b0c936eb07d2cf (diff) | |
| parent | fcc2f8701ab08894524d8eb694e887312908711b (diff) | |
| download | brew-6b4de315046a8e4d8b8b70418f7ccd15fecb7801.tar.bz2 | |
Merge pull request #1661 from radex/patch-11.1.3
Fix typo
| -rw-r--r-- | docs/Acceptable-Formulae.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/Acceptable-Formulae.md b/docs/Acceptable-Formulae.md index 15e800336..b827403d8 100644 --- a/docs/Acceptable-Formulae.md +++ b/docs/Acceptable-Formulae.md @@ -58,7 +58,7 @@ point it to the downloaded archive in order to avoid loading.  ### We don’t like binary formulae  Our policy is that formulae in the core repository  ([homebrew/core](https://github.com/Homebrew/homebrew-core)) must be open-source -and either built from source or produce cross-platform binaries like e.g. Java). +and either built from source or produce cross-platform binaries (like e.g. Java).  Binary-only formulae should go to  [Homebrew Cask](https://github.com/caskroom/homebrew-cask). | 
