Skip to content

Commit c9872b5

Browse files
authored
Update README.md
1 parent 815c90f commit c9872b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you are upgrading from a pre-1.x version of this package, please keep the
4747
```php
4848
use use Geocoder\Laravel\Facades\Geocoder;
4949
```
50-
Alternatively you can replace the facades `Geocoder::` (and remove the corresponding `use`
50+
Alternatively you can replace the facades `Geocoder::` (and remove the corresponding `use`
5151
statements) with `app('geocoder')->`.
5252
5. Update your query statements to use `->get()` (to retrieve a collection of
5353
GeoCoder objects) or `->all()` (to retrieve an array of arrays), then iterate

0 commit comments

Comments
 (0)