Skip to content

Commit

Permalink
[Nominatim] Update Readme.md (#1062)
Browse files Browse the repository at this point in the history
Fix path for provider in the example
  • Loading branch information
jief committed Jun 13, 2020
1 parent 852489b commit 58a79af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -23,7 +23,7 @@ composer require geocoder-php/nominatim-provider
If you want to use the "default" Nominatim instance (https://nominatim.openstreetmap.org/) :

```php
$provider = \Geocoder\Provider\Nominatim::withOpenStreetMapServer($httpClient, $userAgent);
$provider = \Geocoder\Provider\Nominatim\Nominatim::withOpenStreetMapServer($httpClient, $userAgent);
```

If you want to specify yourself the server that will be used :
Expand Down

0 comments on commit 58a79af

Please sign in to comment.