From 232f2ca01a6676524c7e43c38ac3ec4ee6a41a9d Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Wed, 8 Jun 2022 01:44:47 +0300 Subject: Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index af4e5f1..7bfff11 100644 --- a/README.md +++ b/README.md @@ -8,7 +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/) +## Documentation + +You can find the full usage reference [here](https://itay-grudev.github.io/SingleApplication/). ## Usage -- cgit v1.2.1 From 063328d369ec5d1b48854ea132e5b3cca3cad89f Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Wed, 8 Jun 2022 01:47:21 +0300 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7bfff11..0125845 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ instances and can send data to the primary instance from secondary instances. ## Documentation -You can find the full usage reference [here](https://itay-grudev.github.io/SingleApplication/). +You can find the full usage reference [here](https://itay-grudev.github.io/SingleApplication/classSingleApplication.html). ## Usage -- cgit v1.2.1