Skip to content

Commit

Permalink
tweak: drop scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Sep 12, 2024
1 parent 9670acb commit 7770e7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ Execute background processes asynchronously using an object oriented process poo
<a href="https://github.com/PhpGt/Daemon/actions" target="_blank">
<img src="https://badge.status.php.gt/daemon-build.svg" alt="Build status" />
</a>
<a href="https://scrutinizer-ci.com/g/PhpGt/Daemon" target="_blank">
<a href="https://app.codacy.com/gh/PhpGt/Daemon" target="_blank">
<img src="https://badge.status.php.gt/daemon-quality.svg" alt="Code quality" />
</a>
<a href="https://scrutinizer-ci.com/g/PhpGt/Daemon" target="_blank">
<a href="https://app.codecov.io/gh/PhpGt/Daemon" target="_blank">
<img src="https://badge.status.php.gt/daemon-coverage.svg" alt="Code coverage" />
</a>
<a href="https://packagist.org/packages/PhpGt/Daemon" target="_blank">
<img src="https://badge.status.php.gt/daemon-version.svg" alt="Current version" />
</a>
<a href="https://www.php.gt/eaemon" target="_blank">
<a href="https://www.php.gt/deaemon" target="_blank">
<img src="https://badge.status.php.gt/daemon-docs.svg" alt="PHP.G/Daemon documentation" />
</a>

Expand Down Expand Up @@ -67,4 +67,4 @@ Outputs something similar to:
[Date] Mon 19 Aug 09:58:58 BST 2019
```

Notice how the date process is only set to loop three times, and after it is complete the other two infinite processes continue to run.
Notice how the date process is only set to loop three times, and after it is complete the other two infinite processes continue to run.

0 comments on commit 7770e7c

Please sign in to comment.