Skip to content

Commit

Permalink
docs: update README to remove inconsistent CLI messaging (#327) (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpshr authored and evenstensberg committed Mar 10, 2018
1 parent 3fc9f92 commit 6f7038a
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 @@ -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

Expand Down

0 comments on commit 6f7038a

Please sign in to comment.