Skip to content

Commit 31ed288

Browse files
authored
Update README.md
1 parent 8f0659c commit 31ed288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can use this project by including `ipfs.jar` from one of the [releases](http
2727

2828
Package managers are supported through [JitPack](https://jitpack.io/#ipfs/java-ipfs-api/) whcih supports Maven, Gradle, SBT, etc.
2929

30-
for Maven, add the following sections to your pom.xml:
30+
for Maven, add the following sections to your pom.xml (replacing $LATEST_VERSION):
3131
```
3232
<repositories>
3333
<repository>
@@ -40,7 +40,7 @@ for Maven, add the following sections to your pom.xml:
4040
<dependency>
4141
<groupId>com.github.ipfs</groupId>
4242
<artifactId>java-ipfs-api</artifactId>
43-
<version>v1.1.1</version>
43+
<version>$LATEST_VERSION</version>
4444
</dependency>
4545
</dependencies>
4646
```

0 commit comments

Comments
 (0)