Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKottas authored Dec 29, 2016
1 parent 5be51ba commit 97038c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ Using nuget:
{
this.StartBase();
Timers.Start("Poller", 1000, () =>
{
Console.WriteLine("Polling at {0}\n", DateTime.Now.ToString("o")));
},
{
Console.WriteLine("Polling at {0}\n", DateTime.Now.ToString("o")));
},
(e) =>
{
Console.WriteLine("Exception while polling: {0}\n", e.ToString()));
});
{
Console.WriteLine("Exception while polling: {0}\n", e.ToString()));
});
Console.WriteLine("I started");
}
Expand Down

0 comments on commit 97038c6

Please sign in to comment.