Merge pull request #693 from aamirglb/patch-1

Typo fix in README.md
This commit is contained in:
Al B
2025-04-27 23:01:55 -05:00
committed by GitHub

View File

@@ -206,7 +206,7 @@ Installation with an alternative data model
-------------------------------------------
An alternative data model is available for libpostal. It is created by Senzing Inc. for improved parsing on US, UK and Singapore addresses and improved US rural route address handling.
To enable this add `MODEL=senzing` to the conigure line during installation:
To enable this add `MODEL=senzing` to the configure line during installation:
```
./configure --datadir=[...some dir with a few GB of space...] MODEL=senzing
```