From 5faee057cb4f75fcb72a57e628cf697bf0467c85 Mon Sep 17 00:00:00 2001 From: "Serge A. Zaitsev" Date: Fri, 21 Feb 2014 00:24:29 +0200 Subject: [PATCH] edited readme about what's inside the repo. closes issue #19 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index abccffa..b33113c 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,8 @@ To clone the repository you should have mercurial installed. Just run: $ hg clone http://bitbucket.org/zserge/jsmn jsmn -Repository layout is simple: jsmn.c and jsmn.h are library files; demo.c is an -example of how to use jsmn (it is also used in unit tests); test.sh is a test -script. You will also find README, LICENSE and Makefile files inside. +Repository layout is simple: jsmn.c and jsmn.h are library files, tests are in +the jsmn\_test.c, you will also find README, LICENSE and Makefile files inside. To build the library, run `make`. It is also recommended to run `make test`. Let me know, if some tests fail.