Skip to content

Commit

Permalink
Merge pull request #62 from koriym/fix-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
smeghead authored May 27, 2024
2 parents 65f8b42 + e56c3dc commit 28a01d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $ composer require --dev smeghead/php-class-diagram
```

Now, you can execute `./vendor/bin/php-class-diagram`.
for instance, try to display help message.
For instance, try to display help message.

```bash
$ vendor/bin/php-class-diagram --help
Expand All @@ -75,7 +75,7 @@ OPTIONS
--disable-class-name-summary describe classname without Class summary of document comment.
--php5 parse php source file as php5.
--php7 parse php source file as php7.
--php8 parse php source file as php8. (not suppoted)
--php8 parse php source file as php8. (not supported)
--header='header string' additional header string. You can specify multiple header values.
--include='wildcard' include target file pattern. (default: `*.php`) You can specify multiple include patterns.
--exclude='wildcard' exclude target file pattern. You can specify multiple exclude patterns.
Expand Down Expand Up @@ -152,7 +152,7 @@ $ vendor/bin/php-class-diagram test/fixtures/no-namespace
@enduml
```

Use PlnatUML to convert the PlantUML script to an image.
Use PlantUML to convert the PlantUML script to an image.

![PlantUML output image.](doc/images/output.png)

Expand Down

0 comments on commit 28a01d1

Please sign in to comment.