Updating README.md

This commit is contained in:
Alex Yatskov 2019-02-02 11:13:36 -08:00
parent ebd569ee23
commit 24e70fac57

View File

@ -1488,9 +1488,9 @@ guarantee that your application continues to function properly in the future.
{ {
"action": "guiDeckOverview", "action": "guiDeckOverview",
"version": 6, "version": 6,
"params": { "params": {
"name": "Default" "name": "Default"
} }
} }
``` ```
@ -1531,9 +1531,9 @@ guarantee that your application continues to function properly in the future.
{ {
"action": "guiDeckReview", "action": "guiDeckReview",
"version": 6, "version": 6,
"params": { "params": {
"name": "Default" "name": "Default"
} }
} }
``` ```