Skip to content

Commit 24389b6

Browse files
Update README.md
1 parent 783efae commit 24389b6

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
@@ -54,15 +54,15 @@ Example for Maven:
5454

5555
```xml
5656
<dependency>
57-
<groupId>io.reactivex.rxjava</groupId>
57+
<groupId>io.reactivex</groupId>
5858
<artifactId>rxjava</artifactId>
5959
<version>x.y.z</version>
6060
</dependency>
6161
```
6262
and for Ivy:
6363

6464
```xml
65-
<dependency org="io.reactivex.rxjava" name="rxjava" rev="x.y.z" />
65+
<dependency org="io.reactivex" name="rxjava" rev="x.y.z" />
6666
```
6767

6868
If you need to download the jars instead of using a build system, create a Maven pom file like this with the desired version:

0 commit comments

Comments
 (0)