diff --git a/README.md b/README.md index 660bf41..54f3746 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,14 @@ Just put the following in your Laravel code to send information to Loggy: ``` loggy($myMessage); ``` -`myMessage` can be anything that can be tranlated into JSON (usually you would use a string or an array). +`myMessage` can be anything that can be translated into JSON (usually you would use a string or an array). ## More information ### Why? When starting to work with Laravel Vapor we realized how great this product of the Laravel team is! But our app showed different behaviour on the production system than in our development system. Finding the issues was very hard because logging in the Vapor console is not as intuitive as we were used to from our local systems. -So we built a helper that just sends logging entries to a dashboard in realtime - "loggy" was born. +So we built a helper that just sends logging entries to a dashboard in realtime - "Loggy" was born. We asked ourselves the question: why not open it to any Laravel developer? We found no negative answer, so: here we go! And it's not just great for Vapor - it helps even with your local development. ### What does it do with my data?