Skip to content

Commit dc93b2d

Browse files
authored
Update README.md
1 parent c78331a commit dc93b2d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ The library provides useful extensions for your projects
33

44

55
``` kotlin
6-
maven { url 'https://jitpack.io' } // add this to your build gradle file
6+
maven { url 'https://jitpack.io' }
77
```
88

99

1010
``` kotlin
11-
dependencies {
12-
implementation 'com.github.LiveTyping:AndroidExtensionPack:version'
13-
}
11+
implementation 'com.github.LiveTyping:AndroidExtensionPack:1.0'
1412
```

0 commit comments

Comments
 (0)