Skip to content

Commit cf5a20c

Browse files
mlcdaveray
authored andcommitted
fix gradle spec in README
presumably the group ID should be the same for gradle as for the other dependency managers.
1 parent 0da1e88 commit cf5a20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-adaptors/rxjava-clojure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Example for Leiningen:
1313
and for Gradle:
1414

1515
```groovy
16-
compile 'com.netflix.rx:rxjava-clojure:x.y.z'
16+
compile 'com.netflix.rxjava:rxjava-clojure:x.y.z'
1717
```
1818

1919
and for Maven:

0 commit comments

Comments
 (0)