Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Use double dash for options #8

Merged
merged 1 commit into from Mar 6, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -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:
Expand Down