Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
nixxquality committed Jun 22, 2014
1 parent 84470e8 commit 52b5756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ PM> Install-Package GitHubUpdate
Example
-------
```csharp
var checker = new UpdateChecker("nixxquality", "WebMConverter", "2.3.0")
var checker = new UpdateChecker("nixxquality", "WebMConverter") // uses your Application.ProductVersion
UpdateType update = checker.CheckUpdate().Result; // this is a Task, so you could also ContinueWith
UpdateType update = await checker.CheckUpdate();

if (update == UpdateType.None)
{
Expand Down

0 comments on commit 52b5756

Please sign in to comment.