Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goxr3plus committed Nov 2, 2017
1 parent 17d187a commit 6bd0ca1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ Use it with Maven , Gradle etc via https://jitpack.io/#goxr3plus/jaudiotagger

Example with Maven :

```
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
``` XML
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```

```
``` XML
<dependency>
<groupId>com.github.goxr3plus</groupId>
<artifactId>jaudiotagger</artifactId>
<version>V2.2.6</version>
<groupId>com.github.goxr3plus</groupId>
<artifactId>jaudiotagger</artifactId>
<version>V2.2.6</version>
</dependency>
```

Expand Down

0 comments on commit 6bd0ca1

Please sign in to comment.