From 730caedd4870a70aa932df1ba3646eccc969e0d8 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Fri, 22 Sep 2023 12:23:03 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 242aa1f..8031a9c 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ 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 +## [Documentation](https://itay-grudev.github.io/SingleApplication/classSingleApplication.html) -You can find the full usage reference [here](https://itay-grudev.github.io/SingleApplication/classSingleApplication.html). +You can find the full usage reference and examples [here](https://itay-grudev.github.io/SingleApplication/classSingleApplication.html). ## Usage