Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add missing comma
  • Loading branch information
zacharydanger committed Oct 18, 2012
1 parent 6cd7958 commit 362b5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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']
}
Expand Down

0 comments on commit 362b5a0

Please sign in to comment.