Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asafc authored Feb 20, 2023
1 parent a8a97f3 commit 080e5a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For [Maven](https://maven.apache.org/) projects, use:
<dependency>
<groupId>io.permit</groupId>
<artifactId>permit-sdk-java</artifactId>
<version>1.0.0-RC</version>
<version>1.0.0</version>
</dependency>
```

Expand All @@ -22,7 +22,7 @@ For [Gradle](https://gradle.org/) projects, configure `permit-sdk-java` as a dep
dependencies {
// ...
implementation 'io.permit:permit-sdk-java:1.0.0-RC'
implementation 'io.permit:permit-sdk-java:1.0.0'
}
```

Expand Down Expand Up @@ -137,4 +137,4 @@ Most params to UserCreates are optional, and only the unique user key is needed.

```java
CreateOrUpdateResult<UserRead> result = permit.api.users.sync(new UserCreate("[USER KEY]"));
```
```

0 comments on commit 080e5a8

Please sign in to comment.