File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ $ composer require --dev smeghead/php-class-diagram
5252```
5353
5454Now, you can execute ` ./vendor/bin/php-class-diagram ` .
55- for instance, try to display help message.
55+ For instance, try to display help message.
5656
5757``` bash
5858$ vendor/bin/php-class-diagram --help
@@ -75,7 +75,7 @@ OPTIONS
7575 --disable-class-name-summary describe classname without Class summary of document comment.
7676 --php5 parse php source file as php5.
7777 --php7 parse php source file as php7.
78- --php8 parse php source file as php8. (not suppoted )
78+ --php8 parse php source file as php8. (not supported )
7979 --header=' header string' additional header string. You can specify multiple header values.
8080 --include=' wildcard' include target file pattern. (default: ` * .php` ) You can specify multiple include patterns.
8181 --exclude=' wildcard' exclude target file pattern. You can specify multiple exclude patterns.
@@ -152,7 +152,7 @@ $ vendor/bin/php-class-diagram test/fixtures/no-namespace
152152@enduml
153153```
154154
155- Use PlnatUML to convert the PlantUML script to an image.
155+ Use PlantUML to convert the PlantUML script to an image.
156156
157157![ PlantUML output image.] ( doc/images/output.png )
158158
You can’t perform that action at this time.
0 commit comments