Skip to content

Commit 996f30b

Browse files
committed
Typo in Doc
1 parent 0e92429 commit 996f30b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

readme.md renamed to README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,21 @@ composer require jdrda/laravel-google-custom-search-engine
3737
```php
3838
'providers' => [
3939
'...',
40-
'JanDrda\LaravelGoogleCustomeSearchEngine\LaravelGoogleCustomeSearchEngineProvider'
40+
'JanDrda\LaravelGoogleCustomSearchEngine\LaravelGoogleCustomSearchEngineProvider'
4141
];
4242
```
4343
3/ Add alias for Facade to config/app.php
4444
```php
4545
'aliases' => [
4646
...
47-
'GoogleCseSearch' => 'JanDrda\LaravelGoogleCustomeSearchEngine\Facades\LaravelGoogleCustomeSearchEngineProvider',
47+
'GoogleCseSearch' => 'JanDrda\LaravelGoogleCustomSearchEngine\Facades\LaravelGoogleCustomSearchEngineProvider',
4848
...
4949
]
5050
```
5151

5252
4/ Publish the config file
5353
```bash
54-
php artisan vendor:publish --provider="JDrda\LaravelGoogleCustomeSearchEngine\LaravelGoogleCustomeSearchEngineProvider"
54+
php artisan vendor:publish --provider="JDrda\LaravelGoogleCustomSearchEngine\LaravelGoogleCustomSearchEngineProvider"
5555
```
5656

5757
## Configuration

0 commit comments

Comments
 (0)