Skip to content

Commit

Permalink
proper publishing path
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmastech committed Jul 11, 2024
1 parent dac9dbb commit e716bbc
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 @@ -27,7 +27,7 @@ composer require cosmastech/laravel-statsd-adapter
After installing the package, publish the configuration file using the following command:

```shell
php artisan vendor:publish --provider="\Cosmastech\LaravelStatsDAdapter\StatsDAdapterServiceProvider"
php artisan vendor:publish --provider="Cosmastech\LaravelStatsDAdapter\StatsDAdapterServiceProvider"
```

## Configuration
Expand Down

0 comments on commit e716bbc

Please sign in to comment.