summaryrefslogtreecommitdiff
path: root/src/references.bib
diff options
context:
space:
mode:
Diffstat (limited to 'src/references.bib')
-rw-r--r--src/references.bib14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/references.bib b/src/references.bib
index 37eb634..3780c6b 100644
--- a/src/references.bib
+++ b/src/references.bib
@@ -5,3 +5,17 @@
@misc{website:elixir-lang,
howpublished="\url{http://elixir-lang.org/}"
}
+@book{book:programming_elixir,
+ author="Dave Thomas",
+ howpublished="\url{https://pragprog.com/book/elixir/programming-elixir}",
+ title="Programming Elixir",
+ publisher="Pragmatic Bookshelf",
+ year="2014"
+}
+@book{book:programming_phoenix,
+ author="Chris McChord and Bruce Tate and José Valim",
+ title="Programming Elixir",
+ publisher="Pragmatic Bookshelf",
+ year="2016",
+ howpublished="\url{https://pragprog.com/book/phoenix/programming-phoenix}"
+}