mirror of https://github.com/dirtbags/moth.git
fix documentation error
This commit is contained in:
parent
40f8f71778
commit
2003b20cc4
|
@ -50,7 +50,7 @@ Each line has six fields minimum:
|
||||||
| `timestamp` | `event` | `participantID` | `teamID` | `category` | `points` | `extra`... |
|
| `timestamp` | `event` | `participantID` | `teamID` | `category` | `points` | `extra`... |
|
||||||
| --- | --- | --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- | --- | --- |
|
||||||
| int | string | string | string | string | int | string... |
|
| int | string | string | string | string | int | string... |
|
||||||
| Unix epoch | Event type | Team's unique ID| Participant's (hopefully) unique ID | Name of category, if any | Points awarded, if any | Additional fields, if any |
|
| Unix epoch | Event type | Participant's (hopefully) unique ID | Team's unique ID | Name of category, if any | Points awarded, if any | Additional fields, if any |
|
||||||
|
|
||||||
Fields after `points` contain extra fields associated with the event.
|
Fields after `points` contain extra fields associated with the event.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue