Skip to content

Commit e20ad2b

Browse files
committed
Fix markdown
1 parent 2a08cb1 commit e20ad2b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: UPGRADE.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
#Upgrading Enqueue:
1+
# Upgrading Enqueue:
22

33
From `0.8.x` to `0.9.x`:
44

5-
##Processor declaration
5+
## Processor declaration
66

77
`Interop\Queue\PsrProcessor` interface has been replaced by `Interop\Queue\Processor`
88
`Interop\Queue\PsrMessage` interface has been replaced by `Interop\Queue\Message`
99
`Interop\Queue\PsrContext` interface has been replaced by `Interop\Queue\Context`
1010

1111

1212

13-
##Symfony Bundle
13+
## Symfony Bundle
1414

15-
###Configuration changes:
15+
### Configuration changes:
1616

1717
`0.8.x`
1818

@@ -36,7 +36,7 @@ In `0.9.x` the client name is a root config node.
3636

3737
The `default_processor_queue` Client option was removed.
3838

39-
###Service declarations:
39+
### Service declarations:
4040

4141
`0.8.x`
4242

@@ -58,7 +58,7 @@ tags:
5858

5959
The tag to register message processors has changed and is now split into processor sub types.
6060

61-
###CommandSubscriberInterface `getSubscribedCommand`
61+
### CommandSubscriberInterface `getSubscribedCommand`
6262

6363

6464
`0.8.x`

0 commit comments

Comments
 (0)