From 730caedd4870a70aa932df1ba3646eccc969e0d8 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Fri, 22 Sep 2023 12:23:03 +0300 Subject: [PATCH 1/4] 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 From eed383f297be807bb52b1130cb81380f870e0482 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Fri, 22 Sep 2023 12:26:16 +0300 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8031a9c..3abe1bd 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](https://itay-grudev.github.io/SingleApplication/classSingleApplication.html) +## [Documentation](https://itay-grudev.github.io/SingleApplication/) -You can find the full usage reference and examples [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 From 88ba6a82a49cf3fb3599415ad64c6380ae4becf0 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Fri, 22 Sep 2023 12:26:32 +0300 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3abe1bd..515cdb5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ instances and can send data to the primary instance from secondary instances. ## [Documentation](https://itay-grudev.github.io/SingleApplication/) -You can find the full usage reference and examples [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 From c5f97ceaa566807c1079910e8f1afa12b37ac482 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Fri, 22 Sep 2023 12:28:08 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 515cdb5..ece4de7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 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/) +# [Documentation](https://itay-grudev.github.io/SingleApplication/) You can find the full usage reference and examples [here](https://itay-grudev.github.io/SingleApplication/classSingleApplication.html).