File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,20 @@ Simple Bracket Generator
6
6
[ ![ codecov] ( https://codecov.io/gh/AvantaR/bracket-generator/branch/main/graph/badge.svg?token=PADMJWGQCK )] ( https://codecov.io/gh/AvantaR/bracket-generator )
7
7
[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/93c4f57cd09db3c92c5f/maintainability )] ( https://codeclimate.com/github/AvantaR/bracket-generator/maintainability )
8
8
9
- ###Requirements:
9
+ ### Requirements:
10
10
11
11
1 . PHP 7.4+
12
12
13
- ###How to use:
13
+ ### How to use:
14
14
15
15
1 . Create new instance of the Bracket Generator:
16
16
17
17
``` php
18
18
$generator = new \BracketGenerator\Generator();
19
19
```
20
20
21
- 2 . Use the ``` generate ``` method to get array with bracket games. You need to pass the number of tournament participants:
21
+ 2 . Use the ``` generate ``` method to get array with bracket games. You need to pass the number of tournament
22
+ participants:
22
23
23
24
``` php
24
25
$generator->generate(8);
You can’t perform that action at this time.
0 commit comments