Skip to content

Commit ea0110f

Browse files
author
vitaly.basaraba
committed
2 parents 22342a2 + 9e0d601 commit ea0110f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ npx interview-questions [options]
2727
|-----------------|--------------------------------------------------------------- |----------------------------------------|
2828
| `--filter` | Filter questions by type (`all`, `top`). Default is `all`. | `--filter top` |
2929
| `--amount` | Number of questions to retrieve (for `top` filter). | `--amount 5` |
30-
| `--level` | Filter by difficulty level (`basic`, `intermediate`, `advanced`). | `--level basic` |
31-
| `--theme` | Filter by difficulty level
32-
( closures | storage | es6 | classes |
33-
database ... and other 203 themes). | `--theme es6` |
30+
| `--level` | Filter by difficulty level (`basic`, `intermediate`, `advanced`). | `--level basic` |
31+
| `--theme` | Filter by difficulty level | `--theme es6` |
32+
| | ( closures , storage , es6 , classes | |
33+
| | database ... and other 203 themes). | |
3434
| `--format` | Output format (`text`, `array`, `json`). Default is `text`. | `--format json` |
3535

3636
### Examples

0 commit comments

Comments
 (0)