From 7b10ccb87c7795d9a36f8436a541cbecfd75c6fb Mon Sep 17 00:00:00 2001 From: Jan Drda Date: Wed, 14 Dec 2016 11:52:09 +0100 Subject: [PATCH] Typo in documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40a6d39..fa86614 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ https://ko-fi.com/A067ES5 1/ Install with Composer ```bash -composer require jdrda/laravel-google-custom-search-engine +composer require jan-drda/laravel-google-custom-search-engine ``` 2/ Add the service provider to config/app.php @@ -74,7 +74,7 @@ php artisan vendor:publish --provider="JanDrda\LaravelGoogleCustomSearchEngine\L 9. your API key is shown, so copy and paste it here ### Save the configuration values -Save search engine ID and api ID in your config/laravelGoogleCustomSearchEngine +Save search engine ID and api ID in your config/laravelGoogleCustomSearchEngine.php ## Usage