diff --git a/README.md b/README.md index 15f476d..ac7fb4e 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,8 @@ This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/Pocket - `-n, --name` - Project name (optional, derived from URL/directory if omitted) - `-t, --token` - GitHub token (or set GITHUB_TOKEN environment variable) - `-o, --output` - Output directory (default: ./output) - - `-i, --include` - Files to include (e.g., "*.py" "*.js") - - `-e, --exclude` - Files to exclude (e.g., "tests/*" "docs/*") + - `-i, --include` - Files to include (e.g., "`*.py`" "`*.js`") + - `-e, --exclude` - Files to exclude (e.g., "`tests/*`" "`docs/*`") - `-s, --max-size` - Maximum file size in bytes (default: 100KB) - `--language` - Language for the generated tutorial (default: "english") - `--max-abstractions` - Maximum number of abstractions to identify (default: 10)