Skip to content

Commit

Permalink
docs: remove unnecessary callback param (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
igrep committed Aug 28, 2023
1 parent bf35bae commit ada826d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ few more features.
```javascript
var read = require("read")
try {
const result = await read(options, callback)
const result = await read(options)
} catch (er) {
console.error(er)
}
Expand Down

0 comments on commit ada826d

Please sign in to comment.