From 4abc384266a92634413f9b8855b4d4b4935b4529 Mon Sep 17 00:00:00 2001 From: Annino De Petra Date: Sat, 27 Feb 2021 00:07:05 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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