From 1c8f05fcaefb1ccd4a9ff5f5d9b4b0056c33d147 Mon Sep 17 00:00:00 2001 From: Yogendra Saxena Date: Fri, 23 May 2025 23:23:12 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"