Skip to content

Commit aa5ce0a

Browse files
committed
Fixes README.md
1 parent c1d8951 commit aa5ce0a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@ Simple Bracket Generator
66
[![codecov](https://codecov.io/gh/AvantaR/bracket-generator/branch/main/graph/badge.svg?token=PADMJWGQCK)](https://codecov.io/gh/AvantaR/bracket-generator)
77
[![Maintainability](https://api.codeclimate.com/v1/badges/93c4f57cd09db3c92c5f/maintainability)](https://codeclimate.com/github/AvantaR/bracket-generator/maintainability)
88

9-
###Requirements:
9+
### Requirements:
1010

1111
1. PHP 7.4+
1212

13-
###How to use:
13+
### How to use:
1414

1515
1. Create new instance of the Bracket Generator:
1616

1717
```php
1818
$generator = new \BracketGenerator\Generator();
1919
```
2020

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:
2223

2324
```php
2425
$generator->generate(8);

0 commit comments

Comments
 (0)