Changes in README.md

This commit is contained in:
Krzysztof Gabis 2012-10-18 21:37:03 +02:00
parent 9e64c0f031
commit e36fa2ab41

View File

@ -1,7 +1,5 @@
#parson
##About
Parson is a small json parser and reader written in C.
Parson is a small [json](http://json.org) parser and reader written in C.
##Features
* Small (only 2 files)
@ -13,7 +11,7 @@ Parson is a small json parser and reader written in C.
##Installation
Run the following code:
```
git clone http://github.com/kgabis/parson.git
git clone https://github.com/kgabis/parson.git
```
and copy parson.h and parson.c to you source code tree.
@ -71,5 +69,8 @@ Date SHA Author
...
```
##Important
Parson currently supports hexadecimal and octal numbers, but they're not a part of JSON standard, so you shouldn't use them.
##License
[The MIT License (MIT)](http://opensource.org/licenses/mit-license.php)