Skip to content

Commit 959d13a

Browse files
Update README.md
1 parent bdf0f19 commit 959d13a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ namespace Example
6565
{
6666
private static void Main()
6767
{
68-
Execute.Wait();
68+
Execute().Wait();
6969
}
7070

7171
static async Task Execute()
@@ -103,7 +103,7 @@ namespace Example
103103
{
104104
private static void Main()
105105
{
106-
Execute.Wait();
106+
Execute().Wait();
107107
}
108108

109109
static async Task Execute()
@@ -152,7 +152,7 @@ namespace Example
152152
{
153153
private static void Main()
154154
{
155-
Execute.Wait();
155+
Execute().Wait();
156156
}
157157

158158
static async Task Execute()
@@ -178,7 +178,7 @@ namespace Example
178178
{
179179
private static void Main()
180180
{
181-
Execute.Wait();
181+
Execute().Wait();
182182
}
183183

184184
static async Task Execute()

0 commit comments

Comments
 (0)