Fixed documentation typo

This commit is contained in:
Simon Willison 2018-05-26 11:04:43 -07:00
commit df71e8cea8
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -34,6 +34,6 @@ SpatiaLite is packaged for most Linux distributions.
Depending on your distribution, you should be able to run Datasette something like this::
datasette --load-extenison=/usr/lib/x86_64-linux-gnu/mod_spatialite.so
datasette --load-extension=/usr/lib/x86_64-linux-gnu/mod_spatialite.so
If you are unsure of the location of the module, try running ``locate mod_spatialite`` and see what comes back.