refer to correct py file in readme

This commit is contained in:
Yannik Schmidt
2020-06-16 23:24:17 +02:00
parent 8ad6ae21e3
commit dfc78825a7

View File

@@ -1,5 +1,5 @@
# Open Web Leaderboard # Open Web Leaderboard
The Open Web Leaderboard is a leaderboard that can easily be used with any backend as long as you find a way to supply the following information: The Open Web Leaderboard is a leaderboard that can easily be used with any backend as long as you find a way to supply the following information (see database.py):
- getRankRange(start, end) -> return a list of players from start rank to end rank - getRankRange(start, end) -> return a list of players from start rank to end rank
- getMaxEntries() -> return the total number of entries in the leaderboard - getMaxEntries() -> return the total number of entries in the leaderboard