diff --git a/README.md b/README.md index e1d65a7..a57fa40 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,19 @@ Allows flag -p to replace the properties output ## Usage > **Default (Country Name)** +> > lookupip.exe -ip 8.8.8.8 +> > **Output:** +> > United States > **Custom return (Country Name and ISP)** +> > lookupip.exe -ip 8.8.8.8 -p country,isp +> > **Output:** +> > United States,Google LLC ## Custom Properties