Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yariker committed Aug 28, 2022
1 parent d7aa4cc commit 2fe697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Install-Package MvvmMicro
| RelayCommand,<br/>RelayCommand\<T\> | An _ICommand_ implementation based on a synchronous delegate for _Execute_ and _CanExecute_. |
| AsyncRelayCommand,<br/>AsyncRelayCommand\<T\> | An _ICommand_ implementation based on an asynchronous delegate for _Execute_ with cancellation support. |

![Class diagram](src/MvvmMicro/Diagrams/ClassDiagram.png)
Also check out the [Class diagram](src/MvvmMicro/Diagrams/ClassDiagram.png).

## License

Expand Down

0 comments on commit 2fe697b

Please sign in to comment.