Skip to content

Commit 7a0ae3f

Browse files
authored
Merge pull request #32 from karlhorky/patch-1
Fix spelling
2 parents 26fce6c + b5f02fa commit 7a0ae3f

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
@@ -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 below](#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
@@ -48,7 +48,7 @@ master
4848

4949
## Path Substitutions
5050

51-
It is also possible to use [path substituitions](https://webpack.js.org/configuration/output/#output-filename) on build to get the revision, version or branch as part of output paths.
51+
It is also possible to use [path substitutions](https://webpack.js.org/configuration/output/#output-filename) on build to get the revision, version or branch as part of output paths.
5252

5353
- `[git-revision-version]`
5454
- `[git-revision-hash]`
@@ -171,7 +171,7 @@ module.exports = {
171171

172172
## Outdated webpack
173173

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

176176
```
177177
npm install git-revision-webpack-plugin@2.5.1

0 commit comments

Comments
 (0)