Skip to content

Commit

Permalink
Fixed a spelling mistake in README.md (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu3uk authored and ravibpatel committed Jun 12, 2019
1 parent bb71028 commit e0f4c82
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 @@ -230,7 +230,7 @@ timer.Start();

## Handling Application exit logic manually

If you like to handle Application exit logic yourself then you can use ApplicationExiEvent like below. This is very useful if you like to do something before closing the application.
If you like to handle Application exit logic yourself then you can use ApplicationExitEvent like below. This is very useful if you like to do something before closing the application.

````csharp
AutoUpdater.ApplicationExitEvent += AutoUpdater_ApplicationExitEvent;
Expand Down

0 comments on commit e0f4c82

Please sign in to comment.