Skip to content

Commit bbc60d4

Browse files
authored
Merge pull request #115 from andrew-downey/patch-1
Removing tag from publish command as it doesn't work and isn't necessary
2 parents 5997639 + 3479c78 commit bbc60d4

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
@@ -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)