Skip to content

Commit 3479c78

Browse files
Removing tag from publish command as it doesn't work and isn't necessary
1 parent 5997639 commit 3479c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ composer require andreaselia/laravel-api-to-postman
2323
Publish the config file:
2424

2525
```bash
26-
php artisan vendor:publish --provider="AndreasElia\PostmanGenerator\PostmanGeneratorServiceProvider" --tag="postman-config"
26+
php artisan vendor:publish --provider="AndreasElia\PostmanGenerator\PostmanGeneratorServiceProvider"
2727
```
2828

2929
## Configuration

0 commit comments

Comments
 (0)