Daniel Gruno преди 5 години
родител
ревизия
7945c3488a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 | ✓ | ✓ | ✓ | ✗ |