Skip to content

Commit 948784b

Browse files
committed
update doc
1 parent a249419 commit 948784b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,17 @@ Find the `aliases` key in `app/config/app.php` and register the **Geocoder Facad
6464
Configuration
6565
-------------
6666

67-
Publish the configuration
67+
Publish and edit the configuration file
6868

69-
$ php artisan config:publish toin0u/geocoder-laravel
69+
```bash
70+
$ php artisan config:publish toin0u/geocoder-laravel
71+
```
7072

7173
The service provider creates the following services:
7274

73-
* `geocoder`: the Geocoder instance.
74-
* `geocoder.provider`: the provider used by Geocoder.
75-
* `geocoder.adapter`: the HTTP adapter used to get data from remotes APIs.
75+
* `geocoder`: the Geocoder instance.
76+
* `geocoder.provider`: the provider used by Geocoder.
77+
* `geocoder.adapter`: the HTTP adapter used to get data from remotes APIs.
7678

7779
By default, the `geocoder.provider` service uses FreeGeoIP and the `geocoder.adapter` service uses the cURL adapter.
7880
Override these services to use the adapter/provider you want.

0 commit comments

Comments
 (0)