Skip to content

Commit 9bb6786

Browse files
Update README.md
1 parent 48a076b commit 9bb6786

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ below (it will be displayed as type "group"):
9292
| label (**required**) | string | Label that will be displayed on UI for Node |
9393
| children (**required**) | Node[] | List of Nodes (nested groups or markdown files) |
9494
| type | | Can be skipped - RedisInsight will always use the "group" parameter |
95-
| author | string | _Not required, not displayed_<br/> Author name |
96-
| URL | string | _Not required, not displayed_<br/> link to repository/web-site |
97-
| industry | string[] | _Not required, not displayed_<br/> tags to show relevant industry |
98-
| description | string | _Not required, not displayed_<br/> short description of tutorials |
95+
| author | string | _Not required, not displayed in RedisInsight_<br/> Author name |
96+
| URL | string | _Not required, not displayed in RedisInsight_<br/> link to repository/web-site |
97+
| industry | string[] | _Not required, not displayed in RedisInsight_<br/> tags to show relevant industry |
98+
| description | string | _Not required, not displayed in RedisInsight_<br/> short description of tutorials |
9999

100100
Each Node requires a `label`,`type` (all available properties are described in the table below).
101101

0 commit comments

Comments
 (0)