From 9474674ffa428e4d24d7e19f9f43a874371aa123 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Tue, 7 Jun 2022 16:40:30 +0300 Subject: [PATCH] Link to GH Pages documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec1f8fc..af4e5f1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Keeps the Primary Instance of your Application and kills each subsequent instances. It can (if enabled) spawn secondary (non-related to the primary) instances and can send data to the primary instance from secondary instances. +## [Documentation](https://itay-grudev.github.io/SingleApplication/) + ## Usage The `SingleApplication` class inherits from whatever `Q[Core|Gui]Application`