Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You need to have at least two players that can play a game (duh).
bob = Elo::Player.new
jane = Elo::Player.new(:rating => 1500)

Once you have players, you can register games in a variaty of ways.
Once you have players, you can register games in a variety of ways.
There is more than one way to do it, choose whatever works from your other code:

game1 = bob.wins_from(jane)
Expand Down