Skip to content

Commit 0ddd9c6

Browse files
authored
Merge pull request #396 from DaLooK/patch-1
Update README.md
2 parents 217b22a + 0f776cc commit 0ddd9c6

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
@@ -24,7 +24,7 @@ $ composer require mpociot/laravel-apidoc-generator
2424
Publish the config file by running:
2525

2626
```bash
27-
php artisan vendor:publish --provider=Mpociot\ApiDoc\ApiDocGeneratorServiceProvider --tag=config
27+
php artisan vendor:publish --provider="Mpociot\ApiDoc\ApiDocGeneratorServiceProvider" --tag=config
2828
```
2929
This will create an `apidoc.php` file in your `config` folder.
3030

0 commit comments

Comments
 (0)