Skip to content

Commit a67d838

Browse files
committed
#10 Update to readme
1 parent e9c6088 commit a67d838

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
@@ -18,7 +18,7 @@ A Laravel package for real-time monitoring of queues with stats on processing ti
1818
```
1919
2. Publish the configuration, views, and migrations:
2020
```bash
21-
php artisan vendor:publish --provider="MattYeend\QueueMonitor\QueueMonitorServiceProvider"
21+
php artisan vendor:publish --provider="MattYeend\QueueMonitoring\QueueMonitoringServiceProvider"
2222
```
2323
3. Run the migrations to create the necessary database table:
2424
```bash

0 commit comments

Comments
 (0)