From f393cbed5edf461903fd2050c8f9d6862cf38b38 Mon Sep 17 00:00:00 2001 From: Philipp Winter Date: Thu, 12 Nov 2020 11:32:23 -0800 Subject: [PATCH] Add missing quotes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fe3afc..48f47ac 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The service responds with the following JSON: { "bridge_results": { "BRIDGE_LINE_1": { - "functional: BOOL, + "functional": BOOL, "error": "STRING", (only present if "functional" is false) }, ... -- GitLab