diff options
-rw-r--r-- | .github/workflows/doxygen.yml | 1 | ||||
-rw-r--r-- | README.md | 4 |
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: @@ -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 |