From d6209011a5ff65c4ea0e135ddef5e54e40edfa56 Mon Sep 17 00:00:00 2001 From: "Serge A. Zaitsev" Date: Thu, 15 Sep 2011 18:43:48 +0300 Subject: [PATCH] added download links in README --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 57da6a1..c6e7686 100644 --- a/README +++ b/README @@ -5,7 +5,9 @@ JSMN jsmn (pronounced like 'jasmine') is a minimalistic JSON parser in C. It can be easily integrated into resource-limited or embedded projects. -You can find more information about JSON format at (http://www.json.org/) +You can find more information about JSON format at [json.org][1] + +Library sources are available at [bitbucket.org/zserge/jsmn][2] Philosophy ---------- @@ -151,3 +153,5 @@ Other info This software is distributed under [MIT license](http://www.opensource.org/licenses/mit-license.php), so feel free to integrate it in your commercial products. +[1]: http://www.json.org/ +[2]: https://bitbucket.org/zserge/jsmn/wiki/Home