From d657329413763c331d0c9a1429132190ec2f5ef8 Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Wed, 22 May 2024 12:55:17 -0500 Subject: [PATCH] docs: Fix grammar and spelling errors in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e583e2..0fb94d2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # lookupip -Simple go executable to task an ip and get the results from ip-api +Simple Go executable to query an IP and get the results from ip-api: https://ip-api.com/ -This is a fantastic site and I hope the continue to provide this +This is a fantastic site, and I hope they continue to provide this service. -Allows flag -p to replace the properties output +Allows flag -p to replace the properties output. ## Build