Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LiLittleCat authored Apr 13, 2023
1 parent 17f48ed commit b1a1b03
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 @@ -29,14 +29,14 @@ Download [the latest JAR](https://search.maven.org/remote_content?g=com.lilittle
<dependency>
<groupId>com.lilittlecat</groupId>
<artifactId>chatgpt</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

or Gradle:

```groovy
implementation 'com.lilittlecat:chatgpt:1.0.0'
implementation 'com.lilittlecat:chatgpt:1.0.1'
```

## Usage
Expand Down

0 comments on commit b1a1b03

Please sign in to comment.