From 8d71782534cb2f58e567877fd2a8eb6001f663eb Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Mon, 5 Oct 2020 10:32:41 +0530 Subject: [PATCH] docs: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa61769919b..7e2ee92c7f4 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ You can read more about [Scaffolding](https://webpack.js.org/guides/scaffolding) | Exit Code | Description | | --------- | -------------------------------------------------- | | `0` | Success | -| `1` | Warnings/Errors from webpack | +| `1` | Errors from webpack | | `2` | Configuration/options problem or an internal error | ## Contributing and Internal Documentation