Skip to content

Commit

Permalink
docs(readme) returns -> throws
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Apr 27, 2020
1 parent 2133bb9 commit 6c98530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ await trammel('.', {type: 'raw'});
59974

await trammel('do not exist', {stopOnError: true});
// returns
// throws
Error
```

Expand Down

0 comments on commit 6c98530

Please sign in to comment.