From ce20ab5a1f94d4bdae42ec965a449bdab60521c5 Mon Sep 17 00:00:00 2001 From: AKKAWEB Date: Tue, 3 May 2016 10:06:54 -0400 Subject: [PATCH] Update README.md Adding example when Proffer needs to target tables used by a plugin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc62c11..f3e9f72 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ can use the built-in shell to regenerate the thumbnails for a table. ```bash $ bin/cake proffer.proffer generate +$ bin/cake proffer.proffer generate .
``` ###Cleanup task @@ -143,6 +144,7 @@ database. If a file doesn't have a matching record in the database it will be de ```bash $ bin/cake proffer.proffer cleanup
+$ bin/cake proffer.proffer cleanup .
``` ##Contribution