Skip to content

Commit

Permalink
Fixed small grammatical issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibpatel committed Feb 8, 2020
1 parent 1cac085 commit e0dde7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ When you do this it will execute the code in above event when AutoUpdater.Start

## Handling parsing logic manually

If you want to use other format instead of XML as a AppCast file then you need to handle the parsing logic by subscribing to ParseUpdateInfoEvent. You can do it as follows.
If you want to use other format instead of XML as an AppCast file then you need to handle the parsing logic by subscribing to ParseUpdateInfoEvent. You can do it as follows.

````csharp
AutoUpdater.ParseUpdateInfoEvent += AutoUpdaterOnParseUpdateInfoEvent;
Expand Down

0 comments on commit e0dde7e

Please sign in to comment.