From 4f9b0360d6d734e0b2dbdd3ade7ff9d5b76bf4fa Mon Sep 17 00:00:00 2001 From: Carla Date: Tue, 23 Jun 2015 17:15:29 +0200 Subject: [PATCH] Update README.md --- geocoder/ip-addresses/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/geocoder/ip-addresses/README.md b/geocoder/ip-addresses/README.md index 8a454f3..e90dad6 100644 --- a/geocoder/ip-addresses/README.md +++ b/geocoder/ip-addresses/README.md @@ -32,11 +32,9 @@ SELECT geocode_ip(Array['1.0.16.0', '::ffff:1.0.16.0']) # Data Sources -GeoLite2 open source database [Created by MaxMind](http://www.maxmind.com) - -http://dev.maxmind.com/geoip/geoip2/geolite2/ Download the CSV [Geolite2 City](http://geolite.maxmind.com/download/geoip/database/GeoLite2-City-CSV.zip) - -# Preparation details -This section doesn't require special processing. +* GeoLite2 open source database [Created by MaxMind](http://www.maxmind.com) - +http://dev.maxmind.com/geoip/geoip2/geolite2/ + Download the CSV [Geolite2 City](http://geolite.maxmind.com/download/geoip/database/GeoLite2-City-CSV.zip) # Testing In order to test the data and the functions created under the script avaialble in this folder, you will need to run `bash test.sh` from `test/data` and `test/functions`.