Merge pull request #3959 from Aditya30ag/fix/readme-nominatim-api-module-path

Fix README: update Nominatim API server module path
This commit is contained in:
Sarah Hoffmann
2026-02-02 09:12:24 +01:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ an ASGI-capable server like uvicorn. To install them from pypi run:
You need to have a Nominatim database imported with the 'nominatim-db' You need to have a Nominatim database imported with the 'nominatim-db'
package. Go to the project directory, then run uvicorn as: package. Go to the project directory, then run uvicorn as:
uvicorn --factory nominatim.server.falcon.server:run_wsgi uvicorn --factory nominatim_api.server.falcon.server:run_wsgi
## Documentation ## Documentation