Changes in README.md

pull/1/head
Krzysztof Gabis 12 years ago
parent 9e64c0f031
commit e36fa2ab41
  1. 9
      README.md

@ -1,7 +1,5 @@
#parson
##About ##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 ##Features
* Small (only 2 files) * Small (only 2 files)
@ -13,7 +11,7 @@ Parson is a small json parser and reader written in C.
##Installation ##Installation
Run the following code: 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. 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 ##License
[The MIT License (MIT)](http://opensource.org/licenses/mit-license.php) [The MIT License (MIT)](http://opensource.org/licenses/mit-license.php)
Loading…
Cancel
Save