Use the port 9000 in the IP to location example
diff --git a/examples/ip-to-location/index.md b/examples/ip-to-location/index.md
index 11be4e5..7bad3c3 100644
--- a/examples/ip-to-location/index.md
+++ b/examples/ip-to-location/index.md
@@ -40,12 +40,12 @@
 The following command will serve the Geonames index over HTTP in a simple web application.
 
 ```
-iploc serve --database iploc.db --port 3000
+iploc serve --database iploc.db --port 9000
 ```
 
-Go to [http://localhost:3000/](http://localhost:3000/) to see it in action.
+Go to [http://localhost:9000/](http://localhost:9000/) to see it in action.
 
 ## Conclusion
 
 In this tutorial, we learnt how to create an IP to location index and serve it in a simple web application.
-IP to location has many uses, one of which is to locate users that connect to a website to generate statistics.
\ No newline at end of file
+IP to location has many uses, one of which is to locate users that connect to a website to generate statistics.