X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/05d9e571ab600efe0106b033f52bae8cb5209571..28125bc80474e4480f312e2e4695c38b3b27d39f:/README.md diff --git a/README.md b/README.md index 9df43df..fa4f021 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,7 @@ You can either ## Configuration -Defaults are set in `dist/config.default.js`. -You can overwrite settings in `dist/theme/config.theme.js`, for example: - -```javascript - Nominatim_Config.Nominatim_API_Endpoint = 'http://my-server:1234/'; -``` +You can customize your installation by creating and editing `dist/theme/config.theme.js` which allows you to override the default values provided by `dist/config.default.js`. See the `config.theme.js.example` in the same directory for examples. The `dist/theme/` directory also contains files make it easy to set a different logo image, colors, welcome and help text.