From 78f1da3a84f3b89c7afdb7991a9ff295dda0d523 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Tue, 6 Mar 2012 11:00:18 -0800 Subject: [PATCH] Use double dash for options --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 35244f5..1b264a9 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ Favorites plugin allows to associate users to any record in your database throug 1. Place the favorites folder into any of your plugin directories for your app (for example `app/Plugin` or `root_dir/plugins`) 2. Create the required database tables using either the schema shell or the migrations plugin: - cake schema create -plugin Favorites -name favorites + cake schema create --plugin Favorites --name favorites cake Migrations.migration run all --plugin Favorites 3. This plugin requires that you setup some parameters in global Configure storage: