Skip to content

Commit

Permalink
Merge pull request #129 from zacharydanger/patch-1
Browse files Browse the repository at this point in the history
Update README.md - missing comma
  • Loading branch information
fnichol committed Nov 12, 2012
2 parents 8e267b2 + 362b5a0 commit 2265963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 2265963

Please sign in to comment.