Skip to content

Commit

Permalink
fix(readme): correct typo
Browse files Browse the repository at this point in the history
Noticed a typo when I copy pasted the example into my code. Thanks for the module it helped me.
  • Loading branch information
runningdeveloper authored and Ahmad Nassri committed Feb 18, 2019
1 parent d784a96 commit d5e2c81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ When it fails, it will be [_rejected_](http://promisesaplus.com/#point-30) with
write('/tmp/foo', 'bar')
.then(filename => console.log(filename)) //=> '/tmp/foo'
.catch(err => console.error(err))
})
```

#### options
Expand Down

0 comments on commit d5e2c81

Please sign in to comment.