dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

Little typo in your Try it out! section. #181

Open nitin42 opened 8 years ago

nitin42 commented 8 years ago

A little typo in your Try it out! section of website. It should be args.stdin.toString().split('').reverse().join(''); demonstrating the use of piping.