Skip to content

Commit

Permalink
fix a type
Browse files Browse the repository at this point in the history
  • Loading branch information
kbariotis committed Jun 13, 2015
1 parent 2ccd22e commit f4e0ed5
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 @@ -49,7 +49,7 @@ var server = app.listen(3000, function () {

```javascript

throwjs.customError(slug, message, statusCode, statusCode);
throwjs.customError(slug, message, statusCode, errorCode);

```

Expand Down

0 comments on commit f4e0ed5

Please sign in to comment.