From bf58c90f54598117213b50e6ae9c146220afd4d4 Mon Sep 17 00:00:00 2001 From: Mauricio Scheffer Date: Thu, 2 Jul 2015 01:44:03 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e39980b..3fa395a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -Embeddable web admin for the Quartz.NET scheduler +# Embeddable web admin for the Quartz.NET scheduler -http://bugsquash.blogspot.com/2010/06/embeddable-quartznet-web-consoles.html +To set up the ASP.NET (System.Web) UI, see http://bugsquash.blogspot.com/2010/06/embeddable-quartznet-web-consoles.html and the [sample app](https://github.com/mausch/QuartzNetWebConsole/tree/master/SampleApp). -[![Please donate](http://www.pledgie.com/campaigns/11244.png)](http://www.pledgie.com/campaigns/11244) \ No newline at end of file +To set up the OWIN UI, see the [sample app](https://github.com/mausch/QuartzNetWebConsole/blob/master/SampleApp.Owin/Program.cs#L42). + +[![Please donate](http://www.pledgie.com/campaigns/11244.png)](http://www.pledgie.com/campaigns/11244)