From 59c3dac52db0a29434e4531b0fc42fc282b6d463 Mon Sep 17 00:00:00 2001 From: Brandon Minnick <13558917+brminnick@users.noreply.github.com> Date: Wed, 19 Dec 2018 10:41:55 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fd5abe..e6d5041 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ public class ExampleClass } public IAsyncCommand ExampleAsyncCommand { get; } - public IAsyncCommand ExampleAsyncIntCommand { get; } + public IAsyncCommand ExampleAsyncIntCommand { get; } public IAsyncCommand ExampleAsyncExceptionCommand { get; } public IAsyncCommand ExampleAsyncCommandNotReturningToTheCallingThread { get; }