From ec92b261cc4b2d6d52e550539c24edf22f725ff0 Mon Sep 17 00:00:00 2001 From: Robert Reinhard Date: Mon, 29 Jun 2015 10:50:49 -0700 Subject: [PATCH] Removing `php artisan` from the title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd193ee..c5f34b4 100755 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Croppa::reset('/path/to/src.png'); ## Console commands -#### `php artisan croppa:purge` +#### `croppa:purge` Deletes **ALL** crops. This works by scanning the `crops_dir` recursively and matching all files that have the Croppa naming convention where a corresponding `src` file can be found. Accepts the following options: