From c460ca1f00724aba84f71c4a5cafaaec781e0a94 Mon Sep 17 00:00:00 2001 From: Miguel Stevens Date: Fri, 9 Dec 2016 15:12:55 +0100 Subject: [PATCH] Typo in vendor:publish should be --tag instead of --tags --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fce92bc..e0a413a 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ return [ If you would like to make changes to the default configuration, publish and edit the configuration file: ```sh -php artisan vendor:publish --provider="Geocoder\Laravel\GeocoderServiceProvider" --tags="config" +php artisan vendor:publish --provider="Geocoder\Laravel\GeocoderServiceProvider" --tag="config" ``` ## Usage