From d1ca0ed4f3af2cbce2426251e057b7fd4690b459 Mon Sep 17 00:00:00 2001 From: Krzysztof Gabis Date: Sun, 2 Dec 2012 22:23:39 +0100 Subject: [PATCH] Readme file update. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c296a82..61233bf 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ git clone https://github.com/kgabis/parson.git ``` and copy parson.h and parson.c to you source code tree. -Run tests.sh to compile and run tests. +Run ```make test``` to compile and run tests. ##Example Here is a function, which prints basic commit info (date, sha and author) from a github repository. It's also included in tests.c file, you can just uncomment and run it.