diff --git a/README.rst b/README.rst index 1a8ff31..3f24cda 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,8 @@ Running $ uv run python -m mapserver * By default, maps are stored in ``./flatmaps``. This can be overridden by setting the ``FLATMAP_ROOT`` environment variable to a directory path. -* By default, the server listens at ``http://127.0.0.1:8000``. This can be changed by setting the ``SERVER_INTERFACE`` and ``SERVER_PORT`` envirinment variables before starting the server. +* By default, the server listens at ``http://127.0.0.1:8000``. This can be changed by setting the ``SERVER_INTERFACE`` and ``SERVER_PORT`` environment variables before starting the server. +* The RapiDoc API documentation is available at ``http://127.0.0.1:8000/schema``. * Access and error logs are stored in ``./logs``, with map-making logs in ``./logs/mapmaker``. Debugging