Browse Source

missed a column

Daniel Gruno 5 years ago
parent
commit
7945c3488a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -22,7 +22,7 @@ If a payload with `fruits/apples` comes in, we would receive it. If a payload wi
 The below matrix shows how subscription paths match topics:
 
 | Topics | `/fruits` | `/fruits/apples` | `/fruits/apples/red` | `/fruits/oranges` |
-| --- | --- | --- | --- |
+| --- | --- | --- | --- | --- |
 | fruits | ✓ | ✗ | ✗ | ✗ |
 | fruits + apples| ✓ | ✓ | ✗ | ✗ |
 | fruits + apples + red | ✓ | ✓ | ✓ | ✗ |