From 162ef130f0c3eb67851393c864841bc7a8d66dfd Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Sun, 17 Jun 2012 13:34:37 -0700 Subject: [PATCH] anonymization --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 674cfc2..6b2e996 100644 --- a/README.markdown +++ b/README.markdown @@ -43,13 +43,13 @@ jsx may be built using either [sinan][sinan] or [rebar][rebar] #### to build the library and run tests #### ```bash -tanga:jsx alisdair$ sinan build -tanga:jsx alisdair$ sinan -r tests eunit +$ sinan build +$ sinan -r tests eunit ``` or ```bash -tanga:jsx alisdair$ rebar compile -tanga:jsx alisdair$ rebar eunit +$ rebar compile +$ rebar eunit ``` #### to convert a utf8 binary containing a json string into an erlang term ####