From 3317fe7c464e492b5283dfa90c80fd02769b64f7 Mon Sep 17 00:00:00 2001 From: Benjamin Pill Date: Sat, 12 Nov 2022 08:59:55 +0100 Subject: [PATCH] Fix missing comma in json body (API example) (#1446) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff369eb02..eb92f196d 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ You can get the _Bearer Token_ via `GET http://localhost:3333/api/v1/auth/anonym "date": "2021-09-15T00:00:00.000Z", "fee": 19, "quantity": 5, - "symbol": "MSFT" + "symbol": "MSFT", "type": "BUY", "unitPrice": 298.58 }