Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre3 committed Nov 3, 2022
1 parent 9e93c31 commit 7f9ab16
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 @@ -442,7 +442,7 @@ class Group <<record>> {
You can add the package [PlantUmlClassDiagramGenerator.Attributes](https://www.nuget.org/packages/PlantUmlClassDiagramGenerator.Attributes) to your C# project for attribute-based configuration.

### PlantUmlDiagramAttribute
Only types to which PlantUmlDdiagramAttribute has been added will be output.
Only types to which PlantUmlDiagramAttribute has been added will be output.
This attribute is enabled if the -attributeRequired switch is added to the command line argument.

This attribute can be added only to type declalerations.
Expand All @@ -466,7 +466,7 @@ class ClassB
}
```

Only ClassB with PlantUMLDdiagramAttribute will be output.
Only ClassB with PlantUmlDiagramAttribute will be output.

```
@startuml
Expand Down Expand Up @@ -672,4 +672,4 @@ ClassA --> "Users<User>" "IList`1"
@enduml
```

![IgnoreAssociation.png](uml/IgnoreAssociation.png)
![IgnoreAssociation.png](uml/IgnoreAssociation.png)

0 comments on commit 7f9ab16

Please sign in to comment.