Skip to content

Commit 146fa5d

Browse files
authored
Update readme to reflect new name
1 parent adb0b34 commit 146fa5d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# java-ipfs-api
1+
# java-ipfs-http-client
22

33
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
44
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
@@ -7,7 +7,7 @@
77

88
![](https://ipfs.io/ipfs/QmQJ68PFMDdAsgCZvA1UVzzn18asVcf7HVvCDgpjiSCAse)
99

10-
> A Java implementation of the IPFS http api
10+
> A Java client for the IPFS http api
1111
1212
## Table of Contents
1313

@@ -21,11 +21,11 @@
2121

2222
### Official releases
2323

24-
You can use this project by including `ipfs.jar` from one of the [releases](https://github.com/ipfs/java-ipfs-api/releases).
24+
You can use this project by including `ipfs.jar` from one of the [releases](https://github.com/ipfs/java-ipfs-api/releases) along with the dependencies.
2525

2626
### Maven, Gradle, SBT
2727

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

3030
for Maven, add the following sections to your pom.xml (replacing $LATEST_VERSION):
3131
```
@@ -39,7 +39,7 @@ for Maven, add the following sections to your pom.xml (replacing $LATEST_VERSION
3939
<dependencies>
4040
<dependency>
4141
<groupId>com.github.ipfs</groupId>
42-
<artifactId>java-ipfs-api</artifactId>
42+
<artifactId>java-ipfs-http-client</artifactId>
4343
<version>$LATEST_VERSION</version>
4444
</dependency>
4545
</dependencies>

0 commit comments

Comments
 (0)