From e1ec23fa6358ddad4323f4487105bb9bf1686eed Mon Sep 17 00:00:00 2001
From: Jan Lucansky
Date: Fri, 28 Dec 2018 19:40:40 +0100
Subject: [PATCH 1/6] Update README.md
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index e6c874d..5a240e0 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,8 @@
-[](https://www.nuget.org/packages/Quartzmin)
-
+[](https://www.nuget.org/packages/Quartzmin)
## Introduction
Quartzmin is powerful, easy to use web management tool for Quartz.NET
From d03b3f8b11ef38c8f213a5ed55d203ba0d832e66 Mon Sep 17 00:00:00 2001
From: Jan Lucansky
Date: Fri, 28 Dec 2018 19:42:53 +0100
Subject: [PATCH 2/6] Update README.md
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5a240e0..9703de9 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,10 @@
-[](https://www.nuget.org/packages/Quartzmin)
## Introduction
+[](https://www.nuget.org/packages/Quartzmin)
+[](https://github.com/dotnet/winforms/blob/master/LICENSE.TXT)
+
Quartzmin is powerful, easy to use web management tool for Quartz.NET
Quartzmin can be used within your existing application with minimum configuration effort as a Quartz.NET plugin when it automatically creates embedded web server. Or it can be plugged into your existing OWIN-based web application as a middleware.
From 23eac55b89f916e6086500009622ea66bbcde4fa Mon Sep 17 00:00:00 2001
From: Jan Lucansky
Date: Fri, 28 Dec 2018 19:47:56 +0100
Subject: [PATCH 3/6] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9703de9..ef5b9c7 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,8 @@
-## Introduction
+---
+
[](https://www.nuget.org/packages/Quartzmin)
[](https://github.com/dotnet/winforms/blob/master/LICENSE.TXT)
From 0c87e513dd56e4d1f757a3ddc2a3d41e4d1c0060 Mon Sep 17 00:00:00 2001
From: Jan Lucansky
Date: Fri, 28 Dec 2018 20:00:31 +0100
Subject: [PATCH 4/6] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ef5b9c7..976ce5e 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ PM> Install-Package Quartzmin
## Usage
### Embedded web server
-Everything you should do is just configure `QuartzminPlugin` and `ExecutionHistoryPlugin` to support histograms and statistics:
+Everything you should do is just install [Quartzmin.SelfHost](https://www.nuget.org/packages/Quartzmin.SelfHost) package and configure `QuartzminPlugin` and `ExecutionHistoryPlugin` to support histograms and statistics:
```xml
From 0dc4ba21913d13a6800bf96cc6bcf2bc0721e544 Mon Sep 17 00:00:00 2001
From: Jan Lucansky
Date: Fri, 28 Dec 2018 20:03:07 +0100
Subject: [PATCH 5/6] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 976ce5e..3980174 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
Quartzmin is powerful, easy to use web management tool for Quartz.NET
-Quartzmin can be used within your existing application with minimum configuration effort as a Quartz.NET plugin when it automatically creates embedded web server. Or it can be plugged into your existing OWIN-based web application as a middleware.
+Quartzmin can be used within your existing application with minimum effort as a Quartz.NET plugin when it automatically creates embedded web server. Or it can be plugged into your existing OWIN-based web application as a middleware.
> [Quartz.NET](https://www.quartz-scheduler.net) is a full-featured, open source job scheduling system that can be used from smallest apps to large scale enterprise systems.
From 9f110760e47ac7a2c0d4c8fa438cafd2d3e5695d Mon Sep 17 00:00:00 2001
From: Jan Lucansky
Date: Fri, 28 Dec 2018 21:06:54 +0100
Subject: [PATCH 6/6] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3980174..2fab56a 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
---
[](https://www.nuget.org/packages/Quartzmin)
-[](https://github.com/dotnet/winforms/blob/master/LICENSE.TXT)
+[](LICENSE)
Quartzmin is powerful, easy to use web management tool for Quartz.NET