Skip to content

Commit d69c1b0

Browse files
authored
Update README.md
1 parent 224c39d commit d69c1b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ If you are upgrading from a pre-1.x version of this package, please keep the
4747
```
4848

4949
5. If you are using the facade in your code, you have two options:
50-
1. Replace the facades `Geocoder::` (and remove the corresponding `use` statements) with `app('geocoder')->`.
51-
2. Update the `use` statements to the following:
50+
1. Replace the facades `Geocoder::` (and remove the corresponding `use` statements) with `app('geocoder')->`.
51+
2. Update the `use` statements to the following:
5252

53-
```php
54-
use use Geocoder\Laravel\Facades\Geocoder;
55-
```
53+
```php
54+
use use Geocoder\Laravel\Facades\Geocoder;
55+
```
5656

5757
6. Update your query statements to use `->get()` (to retrieve a collection of
5858
GeoCoder objects) or `->all()` (to retrieve an array of arrays), then iterate

0 commit comments

Comments
 (0)