Skip to content

Commit 28a01d1

Browse files
authored
Merge pull request #62 from koriym/fix-typos
Fix typos
2 parents 65f8b42 + e56c3dc commit 28a01d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $ composer require --dev smeghead/php-class-diagram
5252
```
5353

5454
Now, 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

0 commit comments

Comments
 (0)