diff --git a/README.md b/README.md index bd32909..00e8b05 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ $results = $myModel->disableCache()->where('field', $value)->get(); ### Manual Flushing of Specific Model You can flush the cache of a specific model using the following artisan command: ```sh -php artisan modelCache:clear --model=App\Model +php artisan modelCache:flush --model=App\Model ``` This comes in handy when manually making updates to the database. You could also