From bf352ac82ddd0255de819c87015998904726ff10 Mon Sep 17 00:00:00 2001
From: wylde780 <wylde780@gmail.com>
Date: Tue, 24 Sep 2019 14:34:20 -0600
Subject: [PATCH] Update README

Update untar command for ASN DB extraction
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b14639e..4323507 100644
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ sudo wget https://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN.tar.g
 
 ### 23. Download and install the MaxMind GeoIP ASN database
 ```
-sudo tar -xvzf GeoLite2-City.mmdb.gz
+sudo tar -xvzf GeoLite2-ASN.tar.gz
 ```
 
 ### 24. Download and install the MaxMind GeoIP ASN database
-- 
GitLab