Skip to content

Commit d72f49e

Browse files
committed
Naming tweaks in documentation
1 parent 028762d commit d72f49e

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
@@ -1,4 +1,4 @@
1-
# Git Revision Webpack Plugin
1+
# Git revision webpack plugin
22

33
[![Build Status](https://travis-ci.org/pirelenito/git-revision-webpack-plugin.svg)](https://travis-ci.org/pirelenito/git-revision-webpack-plugin)
44
[![npm version](https://badge.fury.io/js/git-revision-webpack-plugin.svg)](https://badge.fury.io/js/git-revision-webpack-plugin)
@@ -10,7 +10,7 @@ Simple [webpack](https://webpack.js.org/) plugin that generates `VERSION` and `C
1010

1111
## Usage
1212

13-
Given a **Webpack 4** project ([check bellow](#outdated-webpack) for **old Webpack versions**), install it as a local development dependency:
13+
Given a **webpack 4** project ([check bellow](#outdated-webpack) for **old webpack versions**), install it as a local development dependency:
1414

1515
```bash
1616
npm install --save-dev git-revision-webpack-plugin
@@ -169,7 +169,7 @@ module.exports = {
169169
}
170170
```
171171

172-
## Outdated Webpack
172+
## Outdated webpack
173173

174174
If your project is **not using Wepack version 4 or greater**, you will need to install an older version of this package:
175175

0 commit comments

Comments
 (0)