X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/188c9528d7349ca846c89661a70815a50015359d..d1075b7512f5004614ac98c174f2ba699cb510b9:/README.md diff --git a/README.md b/README.md index 687b879..fa4f021 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,7 @@ You can either ## Configuration -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`. - -The following `config.theme.js` example file changes the location of the API endpoint: - -```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.