bevry / cson

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

documentation reference to require cson and CSON? (minor) #65

Closed robjens closed 8 years ago

robjens commented 8 years ago

The introduction mentions require("cson") however, later in the API part of the README.md file, a chain is shown using require('CSON') the latter of which, can't be found. I know it is conventional (by some) to write CSON for the variable name so I think this is a honest mistake. It probably should be cson (all lower case) in the API part of the readme example code...