summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 52ba12b..137c3ea 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ namespace Example
{
private static void Main()
{
- Execute.Wait();
+ Execute().Wait();
}
static async Task Execute()
@@ -103,7 +103,7 @@ namespace Example
{
private static void Main()
{
- Execute.Wait();
+ Execute().Wait();
}
static async Task Execute()
@@ -152,7 +152,7 @@ namespace Example
{
private static void Main()
{
- Execute.Wait();
+ Execute().Wait();
}
static async Task Execute()
@@ -178,7 +178,7 @@ namespace Example
{
private static void Main()
{
- Execute.Wait();
+ Execute().Wait();
}
static async Task Execute()