From 3c15c0fd8c701cf9a92f2fe083c31e609111372f Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Thu, 10 May 2012 23:46:42 -0700 Subject: [PATCH] change rebar formatting in quickstart --- README.markdown | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index a6fe03d..1af8114 100644 --- a/README.markdown +++ b/README.markdown @@ -8,7 +8,7 @@ jsx is released under the terms of the [MIT][MIT] license jsx uses [rebar][rebar] for it's build chain -[![Build Status](https://secure.travis-ci.org/talentdeficit/jsx.png?branch=master)](http://travis-ci.org/talentdeficit/jsx) +[![Build Status](https://secure.travis-ci.org/talentdeficit/jsx.png?branch=)](http://travis-ci.org/talentdeficit/jsx) ## index ## @@ -30,7 +30,19 @@ jsx uses [rebar][rebar] for it's build chain ## quickstart ## -to build the library: `rebar compile` +to build the library + +```bash + tanga:jsx alisdair$ rebar compile + ==> jsx (compile) + Compiled src/jsx_verify.erl + Compiled src/jsx_utils.erl + Compiled src/jsx_to_term.erl + Compiled src/jsx_to_json.erl + Compiled src/jsx.erl + Compiled src/jsx_encoder.erl + Compiled src/jsx_decoder.erl +``` to convert a utf8 binary containing a json string into an erlang term