Skip to content

Commit 215f6a5

Browse files
Rename --mode to --practice-mode in example command.
Updated the README example to reflect the correct argument name. This change ensures consistency with the actual script usage and avoids potential confusion for users.
1 parent c4b4005 commit 215f6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Company Mode allows you to fetch random problems asked by a specific company.
159159
⚠️ **Note**: This mode requires the `--leetcode-session` argument to be set with a valid LeetCode session cookie. This is because the company-specific problem data is not available publicly and requires a valid [LeetCode Premium](https://leetcode.com/subscribe) subscription.
160160

161161
```bash
162-
python3 main.py --mode company --company-name microsoft --duration thirty-days
162+
python3 main.py --practice-mode company --company-name microsoft --duration thirty-days
163163
```
164164

165165
Optional arguments:

0 commit comments

Comments
 (0)