From 362b5a07b52eb85d2aaf92d76c3343091ca6e220 Mon Sep 17 00:00:00 2001 From: Zachary Danger Date: Thu, 18 Oct 2012 08:40:09 -0500 Subject: [PATCH] Update README.md Add missing comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b22f6bb9..b5b5a71b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ development), include `recipe[rvm::user]` in your run_list and add a user hash to the `user_installs` attribute list. For example: node['rvm']['user_installs'] = [ - { 'user' => 'wigglebottom' + { 'user' => 'wigglebottom', 'default_ruby' => 'rbx', 'rubies' => ['1.9.2', '1.8.7'] }