Merge pull request #1661 from radex/patch-1

Fix typo
This commit is contained in:
Mike McQuaid 2016-12-13 06:42:01 -08:00 committed by GitHub
commit 6b4de31504

View File

@ -58,7 +58,7 @@ point it to the downloaded archive in order to avoid loading.
### We dont 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).