From: Sarah Hoffmann Date: Tue, 12 Oct 2021 09:04:44 +0000 (+0200) Subject: fix typo X-Git-Tag: v4.0.0~17^2~9 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/e52b801cd0bf12b828e569112a69d8276c3fd4e2 fix typo --- diff --git a/docs/develop/Development-Environment.md b/docs/develop/Development-Environment.md index f1610a49..2840095b 100644 --- a/docs/develop/Development-Environment.md +++ b/docs/develop/Development-Environment.md @@ -114,7 +114,7 @@ symlinks (see `CMakeLists.txt` for the exact steps). Now you can start webserver for local testing ``` -build> mame serve-doc +build> make serve-doc [server:296] Serving on http://127.0.0.1:8000 [handlers:62] Start watching changes ```