Skip to content

Commit e534fbd

Browse files
christianhgmunierujp
authored andcommitted
Write 'webpack' in lower-case letters (#81)
* 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
1 parent c79ca3a commit e534fbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npm install --save-dev standard-loader standard
1818

1919
## Usage
2020

21-
### Webpack 2+
21+
### webpack 2+
2222

2323
```js
2424
// webpack.config.js
@@ -46,9 +46,9 @@ const config = {
4646

4747
```
4848

49-
### Webpack 1
49+
### webpack 1
5050

51-
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).
51+
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).
5252

5353
### Configuration Options
5454

0 commit comments

Comments
 (0)