Skip to content

Commit

Permalink
Polish setup step in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored and mgod committed Aug 10, 2023
1 parent 3913191 commit 5687d36
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 @@ -61,13 +61,13 @@ Setup
=====

### Gradle
```
```groovy
dependencies {
compile "com.splitwise:tokenautocomplete:3.0.1@aar"
implementation "com.splitwise:tokenautocomplete:3.0.1@aar"
}
```
### Maven
```
```xml
<dependency>
<groupId>com.splitwise</groupId>
<artifactId>tokenautocomplete</artifactId>
Expand Down

0 comments on commit 5687d36

Please sign in to comment.