Skip to content

Commit

Permalink
indicate that Main can now be async-ified
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed May 5, 2019
1 parent de5baa9 commit a1e6f82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting-started/1-integrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ The following code is added to MyApp `Program.cs` to cause the application to ch

~~~cs
using Squirrel;
using System.Threading.Tasks;
~~~

**`static void Main()`**
**`static async Task Main()`**

~~~cs
using (var mgr = new UpdateManager("C:\\Projects\\MyApp\\Releases"))
Expand Down

0 comments on commit a1e6f82

Please sign in to comment.