Skip to content

Commit 4cab9bc

Browse files
committed
Merged branch master into feature/update-for-laravel-5-3
2 parents 34b6148 + 7f857c7 commit 4cab9bc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,11 @@ Find the `aliases` array key in `config/app.php` and register the **Geocoder Fac
6868
)
6969
```
7070

71-
Configuration
72-
-------------
73-
71+
## Configuration
7472
Publish and edit the configuration file
7573

76-
```bash
77-
$ php artisan vendor:publish --provider="toin0u/geocoder-laravel"
74+
```sh
75+
php artisan vendor:publish --provider="Toin0u\Geocoder\GeocoderServiceProvider" --tags="config"
7876
```
7977

8078
The service provider creates the following services:

0 commit comments

Comments
 (0)