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"] } ```