summaryrefslogtreecommitdiffhomepage
path: root/elixir.html.markdown
diff options
context:
space:
mode:
authorthreadspeed <65226423+threadspeed@users.noreply.github.com>2020-06-03 20:08:51 +0200
committerGitHub <noreply@github.com>2020-06-03 20:08:51 +0200
commit115ceaa13bdccc526b2a091de27bb20e6e19cc81 (patch)
tree0d3543c335df3a12b4b29e555792fb882d2f3665 /elixir.html.markdown
parentbf39f18a78c6693109ccdde54f972dc555900b41 (diff)
Update elixir.html.markdown
added link
Diffstat (limited to 'elixir.html.markdown')
-rw-r--r--elixir.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/elixir.html.markdown b/elixir.html.markdown
index 0b717ca6..c2dc171c 100644
--- a/elixir.html.markdown
+++ b/elixir.html.markdown
@@ -457,3 +457,4 @@ Agent.update(my_agent, fn colors -> ["blue" | colors] end)
* [Elixir Cheat Sheet](https://media.pragprog.com/titles/elixir/ElixirCheat.pdf)
* ["Learn You Some Erlang for Great Good!"](https://learnyousomeerlang.com/) by Fred Hebert
* ["Programming Erlang: Software for a Concurrent World"](https://pragprog.com/book/jaerlang2/programming-erlang) by Joe Armstrong
+* ["Introduction to Elixir"](https://learn-elixir.com/)