From 97678021a2df1ed54d88683d3966fab589cbeeef Mon Sep 17 00:00:00 2001 From: Paul Bouchon Date: Fri, 9 Mar 2018 10:50:34 -0500 Subject: [PATCH] docs: update README to remove inconsistent CLI messaging (#327) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f623ec381fe..a1663406559 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ # Webpack CLI -Webpack CLI encapsulates all code related to CLI handling. It captures options and sends them to webpack compiler. You can also find functionality for initializing a project and migrating between versions. For the time being, it is backwards-compatible with the CLI included in webpack itself. +Webpack CLI encapsulates all code related to CLI handling. It captures options and sends them to webpack compiler. You can also find functionality for initializing a project and migrating between versions. ## Migration from webpack v1 to v2