Skip to content

Commit

Permalink
Updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
rwillians committed Jul 1, 2017
1 parent abc8462 commit 30f158c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Express Rescue

It's wrapper for async functions which makes sure all async errors are passed to your handler preventing those anoing `UnhandledPromiseRejectionWarning` when using async/await, especially with expressjs routes/middlewares. And nope, this is not an anti-pattern.
It's a wrapper for async functions which makes sure all async errors are passed to your error handler preventing those anoing `UnhandledPromiseRejectionWarning` when using async/await, especially with expressjs routes/middlewares. And nope, this is not an anti-pattern.


## Usin with expressjs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "express-rescue",
"version": "1.0.3",
"description": "A wrapper to async route function for expressjs which makes sure all async errors are passed to the next middleware",
"description": "A wrapper for async functions which makes sure all async errors are passed to your errors handler",
"main": "index.js",
"engines": [
"node >= 7.6.0"
Expand Down

0 comments on commit 30f158c

Please sign in to comment.