Skip to content

Commit

Permalink
Update README.mdown
Browse files Browse the repository at this point in the history
  • Loading branch information
aryrabelo authored and jshiell committed Jun 25, 2012
1 parent e1d61db commit 71e5008
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ or in an initializer

### Leaderboard

widget1 = Ducksboard::Leaderboard.new(56803)
widget1.linha = [{"name" => 'Titulo 1', "values" => [12,13,14]},
{"name" => 'Titulo 2', "values" => [12,13,142]},
]
widget1.save
widget1 = Ducksboard::Leaderboard.new(56803)
widget1.linha = [{"name" => 'Titulo 1', "values" => [12,13,14]},
{"name" => 'Titulo 2', "values" => [12,13,142]},
]
widget1.save


0 comments on commit 71e5008

Please sign in to comment.