From 3b48b1dd0ad13370315053512870b4c3e6e7a280 Mon Sep 17 00:00:00 2001 From: IP2Location Date: Mon, 4 Jul 2022 09:40:35 +0800 Subject: [PATCH] Updated README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b64617..af3198e 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Route::get('test', 'TestController@lookup'); ``` 7. Enter the URL /public/test and run. You should see the information of **8.8.8.8** IP address. -### IPTools +### IPTOOLS 1. Create a **TestController** in Laravel using the below command line ```