From 0498f483aad3e71cf3a7fe10fc2b263ca86ce772 Mon Sep 17 00:00:00 2001 From: Goh Chun Lin Date: Mon, 28 Oct 2019 22:09:59 +0800 Subject: [PATCH] Corrected the display of the documentation. (#204) --- howto/setup-state-store/supported-state-stores.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/howto/setup-state-store/supported-state-stores.md b/howto/setup-state-store/supported-state-stores.md index 91a5729ae..9de04c49a 100644 --- a/howto/setup-state-store/supported-state-stores.md +++ b/howto/setup-state-store/supported-state-stores.md @@ -1,6 +1,7 @@ # Supported state stores -
+ + | Name | CRUD | Transactional | ------------- | -------|------ | -| Redis | V | V -| Azure CosmosDB | V | X | +| Redis | :white_check_mark: | :white_check_mark: +| Azure CosmosDB | :white_check_mark: | :x: |