From 9e1b85f9b92f302fc6452909f9784ddd60d082a1 Mon Sep 17 00:00:00 2001 From: Phil Date: Sun, 19 Jan 2025 11:39:19 +0000 Subject: [PATCH] Updated typos and formatting in README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1231aaf..c098fb1 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ After setting up Docker and Apache: You can query geolocation data by making requests to the configured server. For example, a request to http://FULLY.QUALIFIED.DOMAIN.NAME/ip/8.8.8.8 will return geolocation information for the IP address 8.8.8.8. + File Structure: ``` @@ -128,9 +129,9 @@ File Structure: Troubleshooting - Ensure that your MaxMind credentials are correct in the download_geoip.sh script. - Check the Apache logs (/var/log/apache2/echoip-error.log) for any issues related to the proxy configuration. - If Docker fails to start the EchoIP container, check the Docker logs with docker logs echoip. +Ensure that your MaxMind credentials are correct in the download_geoip.sh script. +Check the Apache logs (/var/log/apache2/echoip-error.log) for any issues related to the proxy configuration. +If Docker fails to start the EchoIP container, check the Docker logs with docker logs echoip.