From e3a9a8a38ce4a8a7841d4d7c822fa12d63240ca2 Mon Sep 17 00:00:00 2001 From: pathmapper Date: Sat, 9 Feb 2019 10:09:05 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6f27046..b97c6f9b 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ maputnik --watch --file basic-v9.json | Method | Description |---------------------------------|--------------------------------------- -| `GET /files` | List all configured style files -| `GET /files/{filename}` | Get contents of a single style file -| `PUT /files/{filename}` | Update contents of a style file +| `GET /styles` | List the ID of all configured style files +| `GET /styles/{filename}` | Get contents of a single style file +| `PUT /styles/{filename}` | Update contents of a style file | `WEBSOCKET /ws` | Listen to change events for the configured style files ### Build