aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/doxygen.yml1
-rw-r--r--README.md4
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml
index 6208b07..19bd8c9 100644
--- a/.github/workflows/doxygen.yml
+++ b/.github/workflows/doxygen.yml
@@ -3,7 +3,6 @@ name: "Documentation"
on:
push:
branches:
- - 'main'
- 'master'
jobs:
diff --git a/README.md b/README.md
index af4e5f1..0125845 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/classSingleApplication.html).
## Usage