Skip to content

Commit

Permalink
Fixed anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
awd-studio committed Oct 8, 2019
1 parent b9d0990 commit c6d9a0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
#### Contents:
- [Requirements](#requirements)
- [Usage](#usage)
- [Global configuration](#configuration)
- [Command Bus](#command-bus)
- [Query Bus](#query-bus)
- [Event Bus](#event-bus)
- [Testing](#testing)
- [Global configuration](#global-configuration)

-----

Expand Down Expand Up @@ -74,6 +74,7 @@ $middlewareChain->add(new MyMiddleware());
$middlewareChain = new ChannelChain();
$middlewareChain->add(new MyMiddleware()); // Will be called only for the MyCommand
```
-----

### Command Bus:
```php
Expand Down

0 comments on commit c6d9a0a

Please sign in to comment.