Skip to content

Commit 0bcd38d

Browse files
committed
Merge branch 'master' of github.com:pirelenito/git-revision-webpack-plugin
2 parents 3fb9e18 + e365da6 commit 0bcd38d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 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]`
@@ -91,7 +91,7 @@ The plugin requires no configuration by default, but it is possible to configure
9191

9292
### `lightweightTags: false`
9393

94-
If you need [lightweight tags](https://git-scm.com/book/en/v2/Git-Basics-Tagging#Lightweight-Tags) support, you may turn on `lightweightTags` option in this way:
94+
If you need [lightweight tags](https://git-scm.com/book/en/v2/Git-Basics-Tagging#_lightweight_tags) support, you may turn on `lightweightTags` option in this way:
9595

9696
```javascript
9797
var GitRevisionPlugin = require('git-revision-webpack-plugin')
@@ -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)