diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 7925c7f..944ee69 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Uh oh, the code is kinda bad. The leaderboard display options, the `style` argument of the leaderboard command, change how ties are displayed. Ties will always be ordered by who was there sooner. `Ties Equal` puts ties in the same placement. It will look like this: -``` +```raw 1. genny: 10 2. medley: 5 inann: 5 @@ -24,7 +24,7 @@ The leaderboard display options, the `style` argument of the leaderboard command ``` `Ties Broken` puts ties in different placements. It will look like this: -``` +```raw 1. genny: 10 2. medley: 5 3. inann: 5 |