From 91cc5b5ce7239d05fe2f421051af1978463a19c2 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sat, 24 Jun 2023 14:50:51 +0200 Subject: [PATCH] - Fixed docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbd2fe9..85e219a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This returns the following JSON: }, "firstname": "Tristan", "lastname": "Kildaire", - "list": "[\"1\", \"2\", \"3\"]" + "list": ["1", "2", "3"] } ```