Skip to content

Commit d2330e1

Browse files
Rename tags to tag
1 parent 932694c commit d2330e1

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
@@ -255,7 +255,7 @@ Also, register the Cloudinary Facade like so:
255255
You can publish the configuration file using this command:
256256

257257
```bash
258-
php artisan vendor:publish --provider="CloudinaryLabs\CloudinaryLaravel\CloudinaryServiceProvider" --tags="cloudinary-laravel-config"
258+
php artisan vendor:publish --provider="CloudinaryLabs\CloudinaryLaravel\CloudinaryServiceProvider" --tag="cloudinary-laravel-config"
259259
```
260260

261261
A configuration file named `cloudinary.php` with some sensible defaults will be placed in your `config` directory:

0 commit comments

Comments
 (0)