Skip to content

Commit 5dc7fa2

Browse files
authored
Update README.md
1 parent c4d932c commit 5dc7fa2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# kotlib
22

33
### Usage
4-
allprojects {
4+
`allprojects {
55
repositories {
66
...
77
maven { url 'https://jitpack.io' }
88
}
9-
}
9+
}`
1010

11-
dependencies {
11+
`dependencies {
1212
implementation 'com.github.amitjangid80:kotlib:v1.0.1'
13-
}
13+
}`

0 commit comments

Comments
 (0)