From 9549ebb1bb5426a148a0305dee03aba93893faab Mon Sep 17 00:00:00 2001 From: Patrick Michaelsen Date: Tue, 5 Sep 2023 08:00:15 -0700 Subject: [PATCH] docs: updated basic post example --- readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 89c15cc72..9b974f804 100644 --- a/readme.md +++ b/readme.md @@ -108,14 +108,16 @@ Furthermore, the promise exposes a `.json()` function that returns `Promise {"hello": "world"} + ``` For advanced JSON usage, check out the [`parseJson`](documentation/2-options.md#parsejson) and [`stringifyJson`](documentation/2-options.md#stringifyjson) options.