]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
README: fix location of theme config file (#93)
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 27 Feb 2021 16:11:30 +0000 (17:11 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Feb 2021 16:11:30 +0000 (17:11 +0100)
README.md

index f650882f3fa38a500fd3945455ad13a3fbff7b89..eccd33c79a6364c987d68fa24451af4f14504341 100644 (file)
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ You can either
 ## Configuration
 
 Defaults are set in `dist/config.default.js`.
-You can overwrite settings in `dist/config.theme.js`, for example:
+You can overwrite settings in `dist/theme/config.theme.js`, for example:
 
 ```javascript
   Nominatim_Config.Nominatim_API_Endpoint = 'http://my-server:1234/';