luciotato / waitfor

Sequential programming for node.js, end of callback hell / pyramid of doom
MIT License
532 stars 29 forks source link

Added syntax highlighting to readme examples #43

Closed amilajack closed 8 years ago

luciotato commented 8 years ago

Amila, I'll apply the patch, but will also remove some changes. The changes are technically correct, but they can distract the reader, i.e. using "const" instead of "var" or the --save flag for npm They will ask themselves: Why const? is using const a requirement? etc.