diff --git a/docs/ref/contrib/gis/geoip.txt b/docs/ref/contrib/gis/geoip.txt
index a30573d..f6467b5 100644
a
|
b
|
to the GPL-licensed `Python GeoIP`__ interface provided by MaxMind.
|
23 | 23 | In order to perform IP-based geolocation, the :class:`GeoIP` object requires |
24 | 24 | the GeoIP C libary and either the GeoIP `Country`__ or `City`__ |
25 | 25 | datasets in binary format (the CSV files will not work!). These datasets may be |
26 | | `downloaded from MaxMind`__. Grab the ``GeoIP.dat.gz`` and ``GeoLiteCity.dat.gz`` |
27 | | and unzip them in a directory corresponding to what you set |
28 | | :setting:`GEOIP_PATH` with in your settings. See the example and reference below |
29 | | for more details. |
| 26 | `downloaded from MaxMind`__. Grab the ``GeoLiteCity.dat.gz`` and the |
| 27 | ``GeoIP.dat.gz`` inside the ``GeoLiteCountry`` directorty and unzip them in a |
| 28 | directory corresponding to what you set :setting:`GEOIP_PATH` with in your |
| 29 | settings. See the example and reference below for more details. |
30 | 30 | |
31 | 31 | __ http://www.maxmind.com/app/c |
32 | 32 | __ http://www.maxmind.com/app/python |