anonymization
This commit is contained in:
parent
be74dbfe80
commit
162ef130f0
1 changed files with 4 additions and 4 deletions
|
@ -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 ####
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue