Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiaanJansen authored Dec 18, 2021
1 parent 962af17 commit 44eccc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ To create the signature part you have to take the Base64URL encoded header, the
<dependency>
<groupId>com.github.bastiaanjansen</groupId>
<artifactId>jwt-java</artifactId>
<version>1.1</version>
<version>1.1.0</version>
</dependency>
```

### Gradle
```gradle
implementation 'com.github.bastiaanjansen:jwt-java:1.1'
implementation 'com.github.bastiaanjansen:jwt-java:1.1.0'
```

## Usage
Expand Down

0 comments on commit 44eccc9

Please sign in to comment.