Skip to content

Commit

Permalink
Update version 1.5.0
Browse files Browse the repository at this point in the history
Fix README.md
  • Loading branch information
tcorral committed Nov 1, 2013
1 parent b679946 commit c984a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ JSONC has two differents approaches to reduce the size of the amount of data to
could be awful if you use it to compress JSON objects with small amount of data because it could increase the final size.
* The rate compression could variate from 7.5% to 32.81% depending of the type and values of data.
* *JSONC.pack* - Compress JSON objects using GZIP compression algorithm, to make the job JSONC uses a modification to
use the gzip library from @beatgammit - https://github.com/beatgammit/gzip-js
use the gzip library, from @beatgammit - https://github.com/beatgammit/gzip-js, in browsers.
* You can use pack to compress any JSON objects even if these objects are not been compressed using JSONC
See Usage for more details.

Expand Down

0 comments on commit c984a8d

Please sign in to comment.