Skip to content

Commit 25af395

Browse files
committed
fix doc
1 parent 0b947dd commit 25af395

File tree

6 files changed

+7
-2
lines changed

6 files changed

+7
-2
lines changed

docs/guide/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ It supports queues based on **DB**.
1515
* [Example](./example.md)
1616
* [Cookbook](./cookbook.md)
1717

18-
1918
<br>
2019

2120
[Go back](https://github.com/nepster-web/php-simple-queue)

docs/guide/consuming.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ An example of using this library.
1313
* [Example](./example.md)
1414
* [Cookbook](./cookbook.md)
1515

16+
<br>
1617

1718
## Consuming
1819

@@ -174,7 +175,7 @@ docker exec -t -d you-container-name sh -c "php ./path/to/consume.php"
174175
```
175176

176177

177-
#### Using supervisor
178+
### Using supervisor
178179

179180
Сonfigure your supervisor config file `/etc/supervisor/conf.d/consume.conf`
180181
```bash

docs/guide/cookbook.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Tips, recommendations and best practices for use this library.
1313
* [Example](./example.md)
1414
* **[Cookbook](./cookbook.md)**
1515

16+
<br>
17+
1618

1719
## :page_facing_up: Cookbook
1820

docs/guide/example.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Demonstration of work PHP Simple Queue using SQLite.
1313
* **[Example](./example.md)**
1414
* [Cookbook](./cookbook.md)
1515

16+
<br>
1617

1718
## :page_facing_up: Example
1819

docs/guide/install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Installation recommendations.
1313
* [Example](./example.md)
1414
* [Cookbook](./cookbook.md)
1515

16+
<br>
1617

1718
## :page_facing_up: Install
1819

docs/guide/send_message.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ An example of using this library.
1313
* [Example](./example.md)
1414
* [Cookbook](./cookbook.md)
1515

16+
<br>
1617

1718
## :page_facing_up: Usage basics
1819

0 commit comments

Comments
 (0)