Skip to content

Commit d8aa2be

Browse files
author
Leather Dog Muksihs
authored
Correct jitpack.io information.
Fix incorrect reference to the @muksihs fork. Make sure version displayed matches latest 0.4.x stable branch (condenser API endpoint)
1 parent a8e0095 commit d8aa2be

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
This project allows you to easily access data stored in the Steem blockchain. The project has been initialized by <a href="https://steemit.com/@dez1337">dez1337 on steemit.com</a>.
44

5-
#### The <a href="https://steemit.com/@muksihs">@muksihs</a> fork can be obtained via jitpack.io:
5+
#### The latest 0.4.x-SNAPSHOT can be obtained via jitpack.io:
66

7-
[![](https://jitpack.io/v/muksihs/steem-java-api-wrapper.svg)](https://jitpack.io/#muksihs/steem-java-api-wrapper)
7+
[![](https://jitpack.io/v/marvin-we/steem-java-api-wrapper.svg)](https://jitpack.io/#marvin-we/steem-java-api-wrapper/0.4.x-SNAPSHOT)
8+
9+
Example below is for latest 0.4.x-SNAPSHOT. Visit https://jitpack.io/#marvin-we/steem-java-api-wrapper/0.4.x-SNAPSHOT to get a list of available commits.
810

911
## Gradle
1012
```Gradle
@@ -15,7 +17,7 @@ This project allows you to easily access data stored in the Steem blockchain. Th
1517
}
1618
}
1719
dependencies {
18-
compile 'com.github.muksihs.steem-java-api-wrapper:steemj-core:0.4.6-20180907-00'
20+
compile 'com.github.marvin-we:steem-java-api-wrapper:0.4.x-SNAPSHOT'
1921
}
2022
```
2123

@@ -30,9 +32,9 @@ File: <i>pom.xml</i>
3032
</repositories>
3133
...
3234
<dependency>
33-
<groupId>com.github.muksihs.steem-java-api-wrapper</groupId>
34-
<artifactId>steemj-core</artifactId>
35-
<version>0.4.6-20180907-00</version>
35+
<groupId>com.github.marvin-we</groupId>
36+
<artifactId>steem-java-api-wrapper</artifactId>
37+
<version>0.4.x-SNAPSHOT</version>
3638
</dependency>
3739
```
3840

0 commit comments

Comments
 (0)