diff --git a/README.md b/README.md index 209b6d3..5553fda 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ vault_attribute :credit_card, - **Note** This value **cannot** be the same name as the vault attribute! #### Specifying a custom key -By default, the name of the key in Vault is `#{app}_#{table}_#{column}`. This is customizable by setting the `:key` option when declaring the attribute: +By default, the name of the key in Vault is `#{app}_#{table}_#{attribute}`. This is customizable by setting the `:key` option when declaring the attribute: ```ruby vault_attribute :credit_card,