diff --git a/README.md b/README.md
index fae77fbe9..2dcbb7b26 100644
--- a/README.md
+++ b/README.md
@@ -5488,6 +5488,7 @@ const httpPost = (url, callback, data = null, err = console.error) => {
+
const newPost = {
"userId": 1,
"id": 1337,
diff --git a/docs/index.html b/docs/index.html
index 7217edc50..d04d8eccb 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1235,6 +1235,7 @@ Logs: {
+
const newPost = {
"userId": 1,
"id": 1337,
diff --git a/snippets/httpPost.md b/snippets/httpPost.md
index 786e44a8b..f73b07277 100644
--- a/snippets/httpPost.md
+++ b/snippets/httpPost.md
@@ -38,6 +38,7 @@ const httpPost = (url, callback, data = null, err = console.error) => {
+
const newPost = {
"userId": 1,
"id": 1337,