From 30f158c46c4c4240782e5897b405bc73c6ebdc6f Mon Sep 17 00:00:00 2001 From: Rafael Willians Date: Sat, 1 Jul 2017 01:42:33 -0300 Subject: [PATCH] Updated description --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e02fd78..38c9010 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index a6f8c3e..2cf7991 100644 --- a/package.json +++ b/package.json @@ -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"