diff --git a/README.md b/README.md index 5232335..ff4238c 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ bin/cake bake migration add_version_id_to_posts version_id:integer ### Configuration -There are three behavior configurations that may be used: +There are five behavior configurations that may be used: - `versionTable`: (Default: `version`) The name of the table to be used to store versioned data. It may be useful to use a different table when versioning multiple types of entities. - `versionField`: (Default: `version_id`) The name of the field in the versioned table that will store the current version. If missing, the plugin will continue to work as normal.