Skip to content

Commit a28069c

Browse files
Updated README.md
1 parent e982ab9 commit a28069c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,18 @@ This is the CLI tool to train on certifications.
1414
## Using Composer
1515
```
1616
$ composer create-project certificationy/certificationy-cli
17-
$ php certificationy.php [--number=20]
17+
$ php certificationy.php
1818
```
1919

2020
## More run options
2121

22+
### Select the number of questions
23+
```
24+
$ php certificationy.php start --number=10
25+
```
26+
27+
The default value is 20.
28+
2229
### List categories
2330
```
2431
$ php certificationy.php start --list [-l]

0 commit comments

Comments
 (0)