Skip to content
Snippets Groups Projects
Verified Commit b65b3a3b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Use singular for event types

parent d7b42376
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ as state key. By default, these states can be set by each user for themselves.
Any Matrix room can be augmented with an arbitrary number of maps, by adding the
[JSON formatted map](https://doc.mapeditor.org/en/stable/reference/json-map-format/)
to the room state under the `team.auglement.augmentile.maps` event. The state key
to the room state under the `team.auglement.augmentile.map` event. The state key
is the map name, which can be used as `exitUrl` in other maps.
To add a Tiled map to a Matrix room, export your map in JSON format (we will assume
......@@ -78,7 +78,7 @@ curl \
-H "Authorization: Bearer AccessToken" \
-H "Content-Type: application/json" \
-d @mymap.json \
https://matrix.org/_matrix/client/r0/rooms/%21roomid%3Amatrix.org/state/team.auglement.augmentile.maps/mymap
https://matrix.org/_matrix/client/r0/rooms/%21roomid%3Amatrix.org/state/team.auglement.augmentile.map/mymap
```
### Adding the game as room widget
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment