mathiasbynens / jsesc

Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
https://mths.be/jsesc
MIT License
716 stars 53 forks source link

fix small error in usage description #7

Closed Boldewyn closed 11 years ago

Boldewyn commented 11 years ago

There was a small typo: Array items were separated by : instead of , in README.md.

mathiasbynens commented 11 years ago

Good catch, thanks!