aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-10-05 18:43:39 -0500
committerMark Allen <[email protected]>2016-10-05 18:43:39 -0500
commitc6568abd674df6a85ca67154068a0f19da308fd6 (patch)
tree39988627a451ad677b3e37c4324001f218747b1a
parentab5f4324f8442969db899e7d163895b0ebe3e04b (diff)
downloadkerl-c6568abd674df6a85ca67154068a0f19da308fd6.tar.gz
kerl-c6568abd674df6a85ca67154068a0f19da308fd6.tar.bz2
kerl-c6568abd674df6a85ca67154068a0f19da308fd6.zip
Fix typo
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 640e545..9dbc53c 100644
--- a/README.md
+++ b/README.md
@@ -448,9 +448,10 @@ own SSL library. That makes using homebrew the most convenient way to install
openssl on macOS 10.12 (Sierra) or El Capitan. Recently, homebrew [decided to
stop creating](https://github.com/Homebrew/brew/pull/612) symlinks from the
homebrew installation directory to `/usr/local`, so in response to this, *if*
-you running El Capitan or Sierra, *and* you have homebrew installed, *and* you
-used it to install openssl, kerl will ask homebrew for the openssl installation
-prefix and configure Erlang to build with that location automatically.
+you're running El Capitan or Sierra, *and* you have homebrew installed, *and*
+you used it to install openssl, kerl will ask homebrew for the openssl
+installation prefix and configure Erlang to build with that location
+automatically.
**Important**: If you already have `--with-ssl` in your .kerlrc, kerl
will honor that instead, and will not do any automatic configuration.