Broken code in README (node v0.6.12)
Opened this issue · 0 comments
wbzyl commented
Hi!
Running the first example yields:
has no method 'toUpperCase'
Simple fix:
return text.toString('utf8').toUpperCase();
Regards,
Włodek Bzyl
Opened this issue · 0 comments
Hi!
Running the first example yields:
has no method 'toUpperCase'
Simple fix:
return text.toString('utf8').toUpperCase();
Regards,
Włodek Bzyl