Skip to content

Commit

Permalink
fix obvious typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clux committed Jun 6, 2016
1 parent 0a11b5c commit b7af6a5
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 @@ -41,7 +41,7 @@ If the `groupSize` is even, then the sum of seeds per groups are equal across al
You can check what your minimal group size will be by passing in the number of groups you want to split the players over:

```js
group.minimalGroupSize(16, 4); // 5
group.minimalGroupSize(16, 4); // 4
group.minimalGroupSize(25, 5); // 5
group.minimalGroupSize(8, 5); // 4
group.minimalGroupSize(numPlayers, groupSize); // general
Expand Down

0 comments on commit b7af6a5

Please sign in to comment.