Skip to content

Commit

Permalink
Typo in Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrda committed Dec 10, 2016
1 parent 0e92429 commit 996f30b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions readme.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@ composer require jdrda/laravel-google-custom-search-engine
```php
'providers' => [
'...',
'JanDrda\LaravelGoogleCustomeSearchEngine\LaravelGoogleCustomeSearchEngineProvider'
'JanDrda\LaravelGoogleCustomSearchEngine\LaravelGoogleCustomSearchEngineProvider'
];
```
3/ Add alias for Facade to config/app.php
```php
'aliases' => [
...
'GoogleCseSearch' => 'JanDrda\LaravelGoogleCustomeSearchEngine\Facades\LaravelGoogleCustomeSearchEngineProvider',
'GoogleCseSearch' => 'JanDrda\LaravelGoogleCustomSearchEngine\Facades\LaravelGoogleCustomSearchEngineProvider',
...
]
```

4/ Publish the config file
```bash
php artisan vendor:publish --provider="JDrda\LaravelGoogleCustomeSearchEngine\LaravelGoogleCustomeSearchEngineProvider"
php artisan vendor:publish --provider="JDrda\LaravelGoogleCustomSearchEngine\LaravelGoogleCustomSearchEngineProvider"
```

## Configuration
Expand Down

0 comments on commit 996f30b

Please sign in to comment.