Skip to content

Commit

Permalink
Merge pull request #14 from stevebauman/patch-2
Browse files Browse the repository at this point in the history
Docs - Fix config publish command
  • Loading branch information
freekmurze authored Jan 8, 2024
2 parents 8c084e3 + 0d9a3c8 commit 55e5932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ composer require spatie/php-structure-discoverer
If you're using Laravel, then you can also publish the config file with the following command:

```bash
php artisan vendor:publish --tag="php-structure-discoverer-config"
php artisan vendor:publish --tag="structure-discoverer-config"
```

This is the contents of the published config file:
Expand Down

0 comments on commit 55e5932

Please sign in to comment.