Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick authored Nov 25, 2018
1 parent 00c128c commit 14e4a8c
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 @@ -11,9 +11,9 @@ Extensions for `System.Threading.Tasks.Task`, inspired by [John Thiriet](https:/
- [Usage instructions below](#asyncawaitbestpractices)
- AsyncAwaitBestPractices.MVVM
- Allows for `Task` to safely be used asynchronously with `ICommand`:
- `AsyncCommand<T> : IAsyncCommand`
- `IAsyncCommand : ICommand`
- `AsyncCommand : IAsyncCommand`
- `IAsyncCommand : ICommand``Task` to safely be used asynchronously with `ICommand`
- `AsyncCommand<T> : IAsyncCommand`
- [Usage instructions below](#asyncawaitbestpracticesmvvm)

## Setup
Expand Down

0 comments on commit 14e4a8c

Please sign in to comment.