Skip to content

Commit 8b8caed

Browse files
committed
Merge branch 'master' of github.com:geocoder-php/GeocoderLaravel
2 parents 9310edd + 26d22c2 commit 8b8caed

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
@@ -51,7 +51,7 @@ If you are upgrading from a pre-1.x version of this package, please keep the
5151
2. Update the `use` statements to the following:
5252

5353
```php
54-
use use Geocoder\Laravel\Facades\Geocoder;
54+
use Geocoder\Laravel\Facades\Geocoder;
5555
```
5656

5757
6. Update your query statements to use `->get()` (to retrieve a collection of
@@ -109,7 +109,7 @@ return [
109109
If you would like to make changes to the default configuration, publish and
110110
edit the configuration file:
111111
```sh
112-
php artisan vendor:publish --provider="Geocoder\Laravel\GeocoderServiceProvider" --tag="config"
112+
php artisan vendor:publish --provider="Geocoder\Laravel\Providers\GeocoderService" --tag="config"
113113
```
114114

115115
## Usage

0 commit comments

Comments
 (0)