From f4e0ed5d25c0a49ecceb4f0b293f2cdb320835ed Mon Sep 17 00:00:00 2001 From: Kostas Bariotis Date: Sat, 13 Jun 2015 18:02:57 +0300 Subject: [PATCH] fix a type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 749a636..4cdc61e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ var server = app.listen(3000, function () { ```javascript -throwjs.customError(slug, message, statusCode, statusCode); +throwjs.customError(slug, message, statusCode, errorCode); ```