diff options
author | Itay Grudev <itay+github.com@grudev.com> | 2022-06-09 16:04:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 16:04:33 +0300 |
commit | 9c2241f93637643c36a0c902b216265e6bb3764d (patch) | |
tree | e08ab92f9728e5216f6112b27efef116ec723d7e /README.md | |
parent | Removed sed frmo CMakeLists as it is not cross-platform (diff) | |
parent | Update README.md (diff) | |
download | singleapplication-9c2241f93637643c36a0c902b216265e6bb3764d.tar.xz |
Merge branch 'master' into doxygen-awesome-fork-url-fix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |