diff --git a/README.md b/README.md index 331d0c8..cf35ef8 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file