diff --git a/README.md b/README.md index 7791f75..3c41324 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ app.get('/hello', function( req, res, next ) { try { ... } catch (e) { - next(new Error('Oops, something went wrong.)) + next(new Error('Oops, something went wrong.')) } });