diff --git a/README.md b/README.md index 3a27d2b..a725789 100644 --- a/README.md +++ b/README.md @@ -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) @@ -140,6 +140,7 @@ console.log(tournaments) } ] */ +``` ## License