We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f84892 + a34f154 commit 4331022Copy full SHA for 4331022
2 files changed
README.md
@@ -1,4 +1,4 @@
1
-#PHP-Queue#
+# PHP-Queue #
2
[](https://gitter.im/CoderKungfu/php-queue?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3
4
A unified front-end for different queuing backends. Includes a REST server, CLI interface and daemon runners.
demo/runners/README.md
@@ -185,7 +185,7 @@ To make it into a service that starts on boot-up.
185
1. Add this to the top of your script:
186
187
```
188
-#!/usr/bin/php
+# !/usr/bin/php
189
<?php
190
#
191
# BeanstalkSampleDaemon Starts the PHP-Queue runner for BeanstalkSample
0 commit comments