Skip to content

Commit 7050192

Browse files
committed
Fix namespaces in README
1 parent 31d1819 commit 7050192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This package allows you to use [**Geocoder**](http://geocoder-php.org/Geocoder/)
2525
Service Provider**:
2626
```php
2727
// 'providers' => [
28-
Toin0u\GeocoderLaravel\Providers\GeocoderService::class,
28+
Geocoder\Laravel\Providers\GeocoderService::class,
2929
// ];
3030
```
3131

@@ -80,7 +80,7 @@ return [
8080
If you would like to make changes to the default configuration, publish and
8181
edit the configuration file:
8282
```sh
83-
php artisan vendor:publish --provider="Toin0u\Geocoder\GeocoderServiceProvider" --tags="config"
83+
php artisan vendor:publish --provider="Geocoder\Laravel\GeocoderServiceProvider" --tags="config"
8484
```
8585

8686
## Usage

0 commit comments

Comments
 (0)