edited readme about what's inside the repo. closes issue #19

master
Serge A. Zaitsev 11 years ago
parent f0ae25f873
commit 5faee057cb

@ -82,9 +82,8 @@ To clone the repository you should have mercurial installed. Just run:
$ hg clone http://bitbucket.org/zserge/jsmn jsmn $ hg clone http://bitbucket.org/zserge/jsmn jsmn
Repository layout is simple: jsmn.c and jsmn.h are library files; demo.c is an Repository layout is simple: jsmn.c and jsmn.h are library files, tests are in
example of how to use jsmn (it is also used in unit tests); test.sh is a test the jsmn\_test.c, you will also find README, LICENSE and Makefile files inside.
script. You will also find README, LICENSE and Makefile files inside.
To build the library, run `make`. It is also recommended to run `make test`. To build the library, run `make`. It is also recommended to run `make test`.
Let me know, if some tests fail. Let me know, if some tests fail.

Loading…
Cancel
Save