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 ```