Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix composition symbol
  • Loading branch information
Marcos Vinícius Rubido authored May 7, 2019
1 parent 2aca9a5 commit 75ba62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ class Wheel {
class Car {
+wheel: Wheel
}
Car o-- Wheel
Car *-- Wheel
@enduml
```
### -I, --only-interfaces
Only output interfaces

# References
https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API
https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API

0 comments on commit 75ba62d

Please sign in to comment.