Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 2788c54

Browse files
authored
Update README.md
1 parent f66eb68 commit 2788c54

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
@@ -13,7 +13,7 @@ repositories {
1313
```
1414
```gradle
1515
dependencies {
16-
modImplementation "simpleclient:simpleclient-api:VERSION"
16+
implementation "simpleclient:simpleclient-api:VERSION"
1717
}
1818
```
1919

@@ -32,4 +32,4 @@ dependencies {
3232
<artifactId>simpleclient-api</artifactId>
3333
<version>VERSION</version>
3434
</dependency>
35-
```
35+
```

0 commit comments

Comments
 (0)