Skip to content

Commit 3be7b45

Browse files
committed
doc: fix typos
1 parent 50dca75 commit 3be7b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ plugins {
4545

4646
// ...
4747

48-
version = '0.0.0-SNAPSHOT'
48+
version = "0.0.0-SNAPSHOT"
4949
gitVersioning.apply {
5050
// see configuration documentation below
5151
}
@@ -84,7 +84,7 @@ gitVersioning.apply {
8484
```kotlin
8585
import me.qoomon.gradle.gitversioning.GitVersioningPluginExtension.VersionDescription
8686
import me.qoomon.gradle.gitversioning.GitVersioningPluginExtension.CommitVersionDescription
87-
gitVersioning.apply.apply(closureOf<GitVersioningPluginConfig> {
87+
gitVersioning.apply(closureOf<GitVersioningPluginConfig> {
8888
branch(closureOf<VersionDescription>{
8989
pattern = "master"
9090
versionFormat = "\${version}"

0 commit comments

Comments
 (0)