Skip to content

Commit 14d770e

Browse files
committed
Fix typos in README.md documentation
This commit corrects minor spelling errors within the README file, ensuring proper understanding of the instructions related to PHP version support and the use of PlantUML.
1 parent 65f8b42 commit 14d770e

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
@@ -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

0 commit comments

Comments
 (0)