From 24e70fac5756e4df43ad4553a5ec0230a0f60c08 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 2 Feb 2019 11:13:36 -0800 Subject: [PATCH] Updating README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0af4559..927dead 100644 --- a/README.md +++ b/README.md @@ -1488,9 +1488,9 @@ guarantee that your application continues to function properly in the future. { "action": "guiDeckOverview", "version": 6, - "params": { - "name": "Default" - } + "params": { + "name": "Default" + } } ``` @@ -1531,9 +1531,9 @@ guarantee that your application continues to function properly in the future. { "action": "guiDeckReview", "version": 6, - "params": { - "name": "Default" - } + "params": { + "name": "Default" + } } ```