remove outdated image from README

This commit is contained in:
Yannik Schmidt
2022-01-15 08:18:59 +01:00
committed by GitHub
parent 6cc1cd7627
commit 73ead3cdd3

View File

@@ -14,9 +14,6 @@ Skillbird is a framework around the python-Trueskill library, which can parse fi
# Web Interface
The [Open-web-leaderboard](https://github.com/FAUSheppy/open-web-leaderboard) can be used for visualization. If you leave all settings at default, it should work out of the box.
![open-web-leaderboard](https://media.atlantishq.de/leaderboard-github-picture.png)
# Data Transmission
## /event-blob
Your server may collect certain events during a match of two teams and columinatively report them to the server, which will then evalute those event into a single Round. The events must be submitted as a *JSON-list* with *Content-Type application/json* in a field called *"events"*. Event must be dictionary-like *JSON*-objects as described below.