Skip to content

Commit a34f154

Browse files
committed
Fix broken Markdown headings
1 parent 7f84892 commit a34f154

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#PHP-Queue#
1+
# PHP-Queue #
22
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/CoderKungfu/php-queue?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
33

44
A unified front-end for different queuing backends. Includes a REST server, CLI interface and daemon runners.

demo/runners/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ To make it into a service that starts on boot-up.
185185
1. Add this to the top of your script:
186186

187187
```
188-
#!/usr/bin/php
188+
# !/usr/bin/php
189189
<?php
190190
#
191191
# BeanstalkSampleDaemon Starts the PHP-Queue runner for BeanstalkSample

0 commit comments

Comments
 (0)