diff --git a/Showing-the-pairings-of-a-specific-round.md b/Showing-the-pairings-of-a-specific-round.md index 615906d..19423be 100644 --- a/Showing-the-pairings-of-a-specific-round.md +++ b/Showing-the-pairings-of-a-specific-round.md @@ -13,7 +13,7 @@ require_once('vendor/autoload.php'); use JeroenED\Libpairtwo\Sws; use JeroenED\Libpairtwo\Enums\Result; -$sws = Sws::readSws('mycompetition.sws); +$sws = Sws::readSws('mycompetition.sws'); $tournament = $sws->getTournament(); $pairings = $tournament->getRoundByNo($_GET['round'])->getPairings(); foreach($pairings as $pairing) {