From 314141fd33986eb20fa1043fe123e5131b29cdc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 20 May 2021 22:38:44 +0200 Subject: [PATCH] fix JSON markup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d7ec3b..7646dd7 100644 --- a/README.md +++ b/README.md @@ -485,10 +485,10 @@ The best way to think about Airwire is simply an OOP wrapper around a REST API. "state": { "foo": "abcdef" }, - "changes" { + "changes": { "foo": "bar" }, - "calls" { + "calls": { "save": [ { "name": "Example task",