]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/library/Getting-Started.md
improve wording
[nominatim.git] / docs / library / Getting-Started.md
index 22d9681d6fd119c42e67a5b605e47633a870e5ed..1f5b2baa53fd488f0932c865aa3a8d90d79e9935 100644 (file)
@@ -18,12 +18,12 @@ To use the Nominatim library, you need access to a local Nominatim database.
 Follow the [installation](../admin/Installation.md) and
 [import](../admin/Import.md) instructions to set up your database.
 
-The Nominatim frontend library is contained in the 'nominatim-api' package.
+The Nominatim frontend library is contained in the Python package `nominatim-api`.
 To install the package from the source tree directly, run:
 
     pip install packaging/nominatim-api
 
-Usually, you would want to run this in a virtual environment.
+Usually you would want to run this in a virtual environment.
 
 ### A simple search example