summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJosh Adams <josh@isotope11.com>2014-02-27 07:53:13 -0600
committerJosh Adams <josh@isotope11.com>2014-02-27 07:53:13 -0600
commit21a231a91404d22bc9246fb4f3ac87aed5d69447 (patch)
tree107b0d7c65a4533f06766d9a8a5343f6b99b1012 /README.md
parent9e9583c29cd0a775db9c5d02259a3aadf5c9c4be (diff)
downloadelixir-21a231a91404d22bc9246fb4f3ac87aed5d69447.tar.gz
Fix typo in Maps, add 2 examples to docs
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 72ed64df1..c7bc2dc61 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,9 @@ If Elixir fails to build (specifically when pulling in a new version via git), b
If tests pass, you are ready to move on to the [Getting Started guide][1] or to try Interactive Elixir by running: `bin/iex` in your terminal.
-However, if tests fail, it is likely you have an outdated Erlang version (Elixir requires Erlang R16B or later). You can check your Erlang version by calling `erl` in the command line. You will see some information as follows:
+However, if tests fail, it is likely you have an outdated Erlang version (Elixir requires Erlang R17 or later). You can check your Erlang version by calling `erl` in the command line. You will see some information as follows:
- Erlang R16B (erts-5.10.1) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false]
+ Erlang/OTP 17 [RELEASE CANDIDATE 1] [erts-6.0] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
If you have the correct version and tests still fail, feel free to [open an issue][2].