Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ndPPPhz committed Feb 27, 2021
1 parent 89cb25c commit 4abc384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const { generateRandomFixtureFromAllPermutations } = require('.fixtureGenerator.
@param {Array} array The array containing all the attendees
@param {Number} n The number of tournaments that needs to be randomly generated
*/
const tournaments = generateRandomFixture([1,2,3,4], 2)
const tournaments = generateRandomFixtureFromAllPermutations([1,2,3,4], 2)

console.log(tournaments)

Expand Down Expand Up @@ -140,6 +140,7 @@ console.log(tournaments)
}
]
*/
```

## License

Expand Down

0 comments on commit 4abc384

Please sign in to comment.