Skip to content

Commit b319a95

Browse files
authored
Merge pull request #72 from MichalBryxi/patch-1
Better anchors in README
2 parents 1e273de + 27b0700 commit b319a95

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
@@ -78,7 +78,7 @@ You can also pass your own custom scm generator class.
7878

7979
Data generators are the strategies used to generate information about the revision being deployed. A data generator must return an object which contains a property called `revisionKey` which uniquely identifies the current revision. A generator can add any other data that it deems relevant to the data object that it returns.
8080

81-
### File Hash generator
81+
### File Hash generator (`file-hash`)
8282

8383
This generator contructs a revisionKey from the fingerprint of the `index.html` file.
8484

@@ -112,7 +112,7 @@ The list of built project files. This option should be relative to `distDir` and
112112

113113
*Default:* `context.distFiles`
114114

115-
### Git Tag Commit generator
115+
### Git Tag Commit generator (`git-tag-commit`)
116116

117117
Constructs a revision key based on the most recent git tag and the currently checked-out commit.
118118

@@ -138,7 +138,7 @@ The length of the commit hash that is used when constructing the `revisionKey`.
138138

139139
The text used to separate the tag name from the commit sha. By default, `+` is used.
140140

141-
### Git Commit generator
141+
### Git Commit generator (`git-commit`)
142142

143143
Constructs a revision key based on the most recent git commit.
144144

0 commit comments

Comments
 (0)