Skip to content

Commit

Permalink
Merge pull request #2 from bobey/patch-1
Browse files Browse the repository at this point in the history
Fix bad copy/paste in documentation
  • Loading branch information
tejerka committed Jan 12, 2016
2 parents d8ad956 + f236fac commit 7066fa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [Installation](#installation)
- [Core Concepts](#core-concepts)
- [Configuring a logger](#configuring-a-logger)
- [Configuring Queue Client](#configuring-queue-client)

## Installation

Expand All @@ -21,7 +21,7 @@ If you want to change your queue system just switch adapter.

For example you could use a file storage adapter in development environment and a in-memory storage adapter in production.

## Configuring a queue client
## Configuring queue client

Here is a basic setup to use file storage with three priority level:

Expand All @@ -47,4 +47,4 @@ $queueClient->deleteMessage($message);
echo $message['Body'];
```

[Adapter, Priority and Aliases](adapter-priority-aliases.md) →
[Adapter, Priority and Aliases](adapter-priority-aliases.md) →

0 comments on commit 7066fa5

Please sign in to comment.