Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rewrite' into rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
nikammerlaan committed Jul 21, 2018
2 parents 4d74119 + ec83e56 commit 121469a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ api.hasVoted(userId).whenComplete((hasVoted, e) -> {;
});
```

### Getting voting multiplier

```java
api.getVotingMultiplier().whenComplete((multiplier, e) -> {
// do something with the multiplier here
});
```

## Download

Replace `VERSION` with the latest version or commit hash. The latest version can be found under releases.
Expand Down

0 comments on commit 121469a

Please sign in to comment.