Skip to content

Commit dc047ce

Browse files
authored
fix a mistake.
1 parent 3239441 commit dc047ce

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
@@ -166,7 +166,7 @@ You can specify patterns to exclude files from being processed.
166166
```bash
167167
$ vendor/bin/php-class-diagram \
168168
--exclude='test' \
169-
--include='*Exception.php' \
169+
--exclude='*Exception.php' \
170170
path/to/src
171171
```
172172

0 commit comments

Comments
 (0)