creationix/step

Broken code in README (node v0.6.12)

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