Skip to content

Commit 03cf629

Browse files
authored
Fix quotes in README for JitPack URL
1 parent 265ac46 commit 03cf629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To tell Gradle where to find the library, make sure `build.gradle` also contains
2525
allprojects {
2626
repositories {
2727
...
28-
maven { url 'https://jitpack.io' }
28+
maven { url "https://jitpack.io" }
2929
}
3030
}
3131
```

0 commit comments

Comments
 (0)