From 3dfe52164369c891272cb9bdb4df7411ae7ae622 Mon Sep 17 00:00:00 2001 From: Mark van Eijk Date: Fri, 10 May 2024 06:52:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dfe46b..6178813 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ This package contains Artisan commands to optimize DX when implementing Permanen php artisan permanent-cache:update --filter= # Show status overview of all registered caches including cached status, cache size, last updated at and scheduled update frequency -pho artisan permanent-cache --parameters --filter= +pho artisan permanent-cache:status --parameters --filter= ``` ##### [Read more on Jobs & Queues](https://laravel.com/docs/queues)