瀏覽代碼

missed a column

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 | ✓ | ✓ | ✓ | ✗ |