Skip to content

Commit

Permalink
update readme markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Dec 12, 2021
1 parent aca791c commit 924296a
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,7 +29,7 @@ To use maven add this dependency to your pom.xml:
<dependency>
<groupId>io.github.xiao-organization</groupId>
<artifactId>axios</artifactId>
<version>0.0.1</version>
<version>1.0.0</version>
</dependency>
```

Expand All @@ -44,7 +44,7 @@ mavenCentral()
Then you can just add the latest version to your build.

```xml
implementation 'io.github.xiao-organization:axios:0.0.1'
implementation 'io.github.xiao-organization:axios:1.0.0'
```

Standalone jar
Expand Down

0 comments on commit 924296a

Please sign in to comment.