Skip to content

Commit 14f1805

Browse files
committed
Updated readme
1 parent 57b4177 commit 14f1805

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ Gradle dependency:
44

55
```groovy
66
repositories {
7-
maven {
8-
url "https://maven.latvian.dev/releases"
9-
content {
10-
includeGroup "dev.latvian.apps"
11-
}
12-
}
7+
maven {
8+
url "https://maven.latvian.dev/releases"
9+
content {
10+
includeGroup "dev.latvian.apps"
11+
}
12+
}
1313
}
1414
1515
dependencies {
16-
implementation "dev.latvian.apps:tiny-java-server:$server_version"
16+
implementation "dev.latvian.apps:tiny-java-server:$server_version"
1717
}
1818
```
1919

20-
Find latest version [here](https://maven.latvian.dev/releases/dev/latvian/apps/tiny-java-server/maven-metadata.xml).
20+
Find the latest version [here](https://maven.latvian.dev/releases/dev/latvian/apps/tiny-java-server/maven-metadata.xml)
2121

22-
You can find a basic example [here](/src/test/java/dev/latvian/apps/tinyserver/test/TinyServerTest.java)
22+
Basic example [here](/src/test/java/dev/latvian/apps/tinyserver/test/TinyServerTest.java)

0 commit comments

Comments
 (0)