From 5f81cf553882d02e8c95b4bcd8cb303ad95f5ffc Mon Sep 17 00:00:00 2001 From: Tyler Weir Date: Wed, 15 Jun 2016 15:49:46 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0433858..64c39c3 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,13 @@ for the overview or [migrating from 1.x](#migrating) for the details #### to add to a rebar3 project #### Add to `rebar.config` ```erlang +... {erl_opts, [debug_info]}. {deps, [ - elli, + ... {jsx, {git, "https://github.com/talentdeficit/jsx.git", {branch, "v2.8.0"}}} ]}. +... ``` #### to build the library and run tests ####