npm README has a typo in usage example?
toukovk opened this issue · 1 comments
toukovk commented
The usage example at https://www.npmjs.com/package/get-stdin seems to have
stdin.then(...
but it should probably have the following?
stdin().then(...
sindresorhus commented
Fixed