Skip to content

Commit ecb6073

Browse files
committed
Update README.md
[skip ci]
1 parent 1dc3d72 commit ecb6073

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Get Auth0 Java via Maven:
1414
```xml
1515
<dependency>
1616
<groupId>com.auth0</groupId>
17-
<artifactId>auth0-java</artifactId>
17+
<artifactId>auth0</artifactId>
1818
<version>0.1.1</version>
1919
</dependency>
2020
```
2121

2222
or Gradle:
2323

2424
```gradle
25-
compile 'com.auth0:auth0-java:0.1.1'
25+
compile 'com.auth0:auth0:0.1.1'
2626
```
2727

2828
## Usage

0 commit comments

Comments
 (0)