Skip to content

Commit

Permalink
Update README to match new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriHeupa committed Jan 12, 2021
1 parent 263cbdf commit a34e441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ highscore_lb.score_for('david')
### Ranking a member across multiple leaderboards

```python
highscore_lb.rank_member_across(['highscores', 'more_highscores'], 'david', 50000, { 'member_name': 'david' })
highscore_lb.rank_member_across(['highscores', 'more_highscores'], 'david', 50000, str({'member_name': 'david'}))
```

### Alternate leaderboard types
Expand Down

0 comments on commit a34e441

Please sign in to comment.