aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMagnus Henoch <[email protected]>2014-12-22 14:16:10 +0000
committerMagnus Henoch <[email protected]>2014-12-22 14:16:10 +0000
commit9199b49f378c9cee5545db6ab10558785e166bf6 (patch)
tree69424939c2d3743ac480f0f18d9ea10f944d430d /README.md
parentc084f62b52b713c07954fa98ec278ca6483b7ce4 (diff)
downloadkerl-9199b49f378c9cee5545db6ab10558785e166bf6.tar.gz
kerl-9199b49f378c9cee5545db6ab10558785e166bf6.tar.bz2
kerl-9199b49f378c9cee5545db6ab10558785e166bf6.zip
Fix README.md typos
s/OTOP/OTP/
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5491220..45e76df 100644
--- a/README.md
+++ b/README.md
@@ -209,13 +209,13 @@ You can specify the configure options to use when building Erlang/OTP with the K
#### Configure applications
-If non-empty, you can specify the subset of applications to use when building (and subsequent installing) Erlang/OTOP with the KERL_CONFIGURE_APPLICATIONS variable, either in your $HOME/.kerlrc file or prepending it to the command line.
+If non-empty, you can specify the subset of applications to use when building (and subsequent installing) Erlang/OTP with the KERL_CONFIGURE_APPLICATIONS variable, either in your $HOME/.kerlrc file or prepending it to the command line.
$ KERL_CONFIGURE_APPLICATIONS="kernel stdlib sasl" kerl build R15B01 r15b01_minimal
#### Configure disable applications
-If non-empty, you can specify the subset of applications to disable when building (and subsequent installing) Erlang/OTOP with the KERL_CONFIGURE_DISABLE_APPLICATIONS variable, either in your $HOME/.kerlrc file or prepending it to the command line.
+If non-empty, you can specify the subset of applications to disable when building (and subsequent installing) Erlang/OTP with the KERL_CONFIGURE_DISABLE_APPLICATIONS variable, either in your $HOME/.kerlrc file or prepending it to the command line.
$ KERL_CONFIGURE_DISABLE_APPLICATIONS="odbc" kerl build R16B02 r16b02_no_odbc