diff --git a/README.md b/README.md index 10f69e2..78090f9 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/Pocket python main.py --repo https://github.com/username/repo --include "*.py" "*.js" --exclude "tests/*" --max-size 50000 # Or, analyze a local directory - python main.py --dir /path/to/your/codebase --include "*.py" --exclude "*test*" + python main.py --dir /path/to/your/codebase --include "*.py" "*.js" --exclude "*test*" # Or, generate a tutorial in Chinese python main.py --repo https://github.com/username/repo --language "Chinese"