Skip to content

Commit 9e0d601

Browse files
authored
Update README.md
1 parent 708074a commit 9e0d601

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ npx interview-questions [options]
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` |
3030
| `--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` |
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)