Skip to content

Commit 25134bc

Browse files
authored
Update README.md
1 parent cce2eff commit 25134bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/Pocket
111111
- `-n, --name` - Project name (optional, derived from URL/directory if omitted)
112112
- `-t, --token` - GitHub token (or set GITHUB_TOKEN environment variable)
113113
- `-o, --output` - Output directory (default: ./output)
114-
- `-i, --include` - Files to include (e.g., "*.py" "*.js")
115-
- `-e, --exclude` - Files to exclude (e.g., "tests/*" "docs/*")
114+
- `-i, --include` - Files to include (e.g., "`*.py`" "`*.js`")
115+
- `-e, --exclude` - Files to exclude (e.g., "`tests/*`" "`docs/*`")
116116
- `-s, --max-size` - Maximum file size in bytes (default: 100KB)
117117
- `--language` - Language for the generated tutorial (default: "english")
118118
- `--max-abstractions` - Maximum number of abstractions to identify (default: 10)

0 commit comments

Comments
 (0)