bevry / cson

CoffeeScript-Object-Notation. Same as JSON but for CoffeeScript objects.
Other
1.34k stars 56 forks source link

Small typo in README #73

Closed surdaft closed 8 years ago

surdaft commented 8 years ago

I was just glancing over your repo and noticed a typo right above "Using CSON".

I believe

Which is far more lenient that JSON, way nicer to write and read, no need to quote and escape everything, has comments and readable multi-line strings, and won't fail if you forget a comma.

Should be

Which is far more lenient than JSON, way nicer to write and read, no need to quote and escape everything, has comments and readable multi-line strings, and won't fail if you forget a comma.

If I misread then I apologise in advance. :P Also I am not currently at a pc capable of sorting a pull request at the moment, so sorry for not being able to create a quick pull request.