rburns / ansi-to-html

Convert ansi escaped text streams to html.
MIT License
357 stars 48 forks source link

Standardize usage of `newline` #15

Closed joepie91 closed 9 years ago

joepie91 commented 9 years ago

Currently both the documentation and default options refer to newLine, while the actual variable the code uses is newline. This patch fixes that, by changing the documentation and defaults to be in line with the module behaviour.

This patch should not introduce API breakage.

rburns commented 9 years ago

thanks!