Skip to content

Commit 3553999

Browse files
committed
Link documentation to lightweight tags
1 parent c54d5ad commit 3553999

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ And a `COMMITHASH` such as:
3939
7c16d8b1abeced419c14eb9908baeb4229ac0542
4040
```
4141

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

4444
```javascript
4545
var GitRevisionPlugin = require('git-revision-webpack-plugin')
4646

4747
module.exports = {
4848
plugins: [
49-
new GitRevisionPlugin({lightweightTags: true})
49+
new GitRevisionPlugin({ lightweightTags: true })
5050
]
5151
}
5252
```

0 commit comments

Comments
 (0)