Fix README: update Nominatim API server module path

This commit is contained in:
Aditya30ag
2026-02-02 11:43:03 +05:30
parent 1cf5464d3a
commit 3f02a4e33b

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'
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