Explorar o código

missed a column

Daniel Gruno %!s(int64=5) %!d(string=hai) anos
pai
achega
7945c3488a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 | ✓ | ✓ | ✓ | ✗ |