Skip to content

Commit 34c0256

Browse files
authored
Update README.md [ci skip]
1 parent d417f2d commit 34c0256

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
@@ -41,9 +41,9 @@ Then add the dependencies you lust for to your `build.gradle.kts` files:
4141
```kotlin
4242
dependencies {
4343
// Core utils
44-
implementation 'com.w2sv.Composed:composed:<latest-version>'
44+
implementation "com.github.w2sv.Composed:composed:<version>"
4545
// Permission utils
46-
implementation 'com.w2sv.Composed:permissions:<latest-version>'
46+
implementation "com.github.w2sv.Composed:permissions:<version>"
4747
}
4848
```
4949

0 commit comments

Comments
 (0)