Skip to content

Commit dd9301d

Browse files
committed
Fixed typos in readme
1 parent 30155fd commit dd9301d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ composer require toin0u/geocoder-laravel
3535
### 1.x to 2.x
3636
The one change to keep in mind here is that the results returned from
3737
`Geocoder for Laravel` are now using the Laravel-native Collections class
38-
instead of returning and instance of `AddressCollection`. This should provide
38+
instead of returning an instance of `AddressCollection`. This should provide
3939
greater versatility in manipulation of the results, and be inline with
4040
expectations for working with Laravel. The existing `AddressCollection`
4141
methods should map strait over to Laravel's `Collection` methods. But be sure
42-
to double-check your results, if you have been using `getIterator()`, `count()`,
42+
to double-check your results, if you have been using `count()`,
4343
`first()`, `isEmpty()`, `slice()`, `has()`, `get()`, or `all()` on your results.
4444

4545
**Alert:** if you have been using the `getIterator()` method, it is no longer
@@ -53,6 +53,7 @@ The one change to keep in mind here is that the results returned from
5353
**Added:** this version introduces a new way to create more complex queries:
5454
- geocodeQuery()
5555
- reverseQuery()
56+
5657
Please see the [Geocoder documentation](https://github.com/geocoder-php/Geocoder)
5758
for more details.
5859

0 commit comments

Comments
 (0)