diff --git a/docs/README.html b/docs/README.html index 1da1c8d..c4debaf 100644 --- a/docs/README.html +++ b/docs/README.html @@ -377,7 +377,7 @@ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warni
To install and run from Maven, configure an artifact as follows:
+To install and run from Maven, configure an artifact as follows:
<dependency>
<groupId>net.thauvin.erik</groupId>
<artifactId>semver</artifactId>
@@ -399,7 +399,7 @@ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warni
The GeneratedVersion.java
file will now be located in src/generated
.
Please look at the build.gradle file in the Java example module directory for a sample.
Kobalt
-To install and run from Kobalt, add the following to the Build.kt
file:
+To install and run from Kobalt, add the following to the Build.kt
file:
dependencies {
apt("net.thauvin.erik:semver:1.1.1")
compileOnly("net.thauvin.erik:semver:1.1.1")