Skip to content

Commit

Permalink
Write 'webpack' in lower-case letters (#81)
Browse files Browse the repository at this point in the history
* Write 'webpack' in lower-case letters

- "webpack should always be written in lower-case letters.
Even at the beginning of a sentence."
- https://github.com/webpack/media

* Write 'webpack' in lower-case letters
  • Loading branch information
christianhg authored and munierujp committed Jul 6, 2019
1 parent c79ca3a commit e534fbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm install --save-dev standard-loader standard

## Usage

### Webpack 2+
### webpack 2+

```js
// webpack.config.js
Expand Down Expand Up @@ -46,9 +46,9 @@ const config = {

```

### Webpack 1
### webpack 1

Webpack 1.x is no longer supported as of [`standard-loader` version `6.0.0`](https://github.com/standard/standard-loader/compare/5.0.0...6.0.0). PRs for Webpack 1.x support will be accepted on the [5.x branch](https://github.com/standard/standard-loader/tree/5.x).
webpack 1.x is no longer supported as of [`standard-loader` version `6.0.0`](https://github.com/standard/standard-loader/compare/5.0.0...6.0.0). PRs for webpack 1.x support will be accepted on the [5.x branch](https://github.com/standard/standard-loader/tree/5.x).

### Configuration Options

Expand Down

0 comments on commit e534fbd

Please sign in to comment.