Skip to content

Commit 14e4a8c

Browse files
Update README.md
1 parent 00c128c commit 14e4a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Extensions for `System.Threading.Tasks.Task`, inspired by [John Thiriet](https:/
1111
- [Usage instructions below](#asyncawaitbestpractices)
1212
- AsyncAwaitBestPractices.MVVM
1313
- Allows for `Task` to safely be used asynchronously with `ICommand`:
14-
- `AsyncCommand<T> : IAsyncCommand`
14+
- `IAsyncCommand : ICommand`
1515
- `AsyncCommand : IAsyncCommand`
16-
- `IAsyncCommand : ICommand``Task` to safely be used asynchronously with `ICommand`
16+
- `AsyncCommand<T> : IAsyncCommand`
1717
- [Usage instructions below](#asyncawaitbestpracticesmvvm)
1818

1919
## Setup

0 commit comments

Comments
 (0)