Skip to content

Commit 3c7034b

Browse files
authored
Merge pull request #59 from notflip/patch-1
Typo in vendor:publish. Thanks @notflip
2 parents 223dcef + c460ca1 commit 3c7034b

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
@@ -80,7 +80,7 @@ return [
8080
If you would like to make changes to the default configuration, publish and
8181
edit the configuration file:
8282
```sh
83-
php artisan vendor:publish --provider="Geocoder\Laravel\GeocoderServiceProvider" --tags="config"
83+
php artisan vendor:publish --provider="Geocoder\Laravel\GeocoderServiceProvider" --tag="config"
8484
```
8585

8686
## Usage

0 commit comments

Comments
 (0)