anonymization

This commit is contained in:
alisdair sullivan 2012-06-17 13:34:37 -07:00
parent be74dbfe80
commit 162ef130f0

View file

@ -43,13 +43,13 @@ jsx may be built using either [sinan][sinan] or [rebar][rebar]
#### to build the library and run tests #### #### to build the library and run tests ####
```bash ```bash
tanga:jsx alisdair$ sinan build $ sinan build
tanga:jsx alisdair$ sinan -r tests eunit $ sinan -r tests eunit
``` ```
or or
```bash ```bash
tanga:jsx alisdair$ rebar compile $ rebar compile
tanga:jsx alisdair$ rebar eunit $ rebar eunit
``` ```
#### to convert a utf8 binary containing a json string into an erlang term #### #### to convert a utf8 binary containing a json string into an erlang term ####