Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #62

Merged
merged 2 commits into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading