diff options
author | Garrett Honeycutt <github@garretthoneycutt.com> | 2015-07-12 20:11:36 -0400 |
---|---|---|
committer | Garrett Honeycutt <github@garretthoneycutt.com> | 2015-07-12 20:11:36 -0400 |
commit | f485e6e2eb1d2ffa8c16402249bec96e0886b86b (patch) | |
tree | 1a15b2d40826fba5f0e2f57ba19bbb4c7c2c9325 /README.markdown | |
parent | 01fe9dc15c83e7855431a7fc1cff84204761ba0a (diff) |
Clarify that third argument to ensure_resource() is a hash
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 3d1e663..7eed5d7 100644 --- a/README.markdown +++ b/README.markdown @@ -212,7 +212,7 @@ Takes a list of packages and only installs them if they don't already exist. It #### `ensure_resource` -Takes a resource type, title, and a list of attributes that describe a resource. +Takes a resource type, title, and a hash of attributes that describe the resource(s). ~~~ user { 'dan': |