diff --git a/README.md b/README.md
index 536ff0ff6..c19623506 100644
--- a/README.md
+++ b/README.md
@@ -5363,6 +5363,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 bb144c84a..c99bf18b3 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1197,6 +1197,7 @@ Logs: {
+
const newPost = {
"userId": 1,
"id": 1337,
diff --git a/snippets/httpPost.md b/snippets/httpPost.md
index 15246d648..21960086e 100644
--- a/snippets/httpPost.md
+++ b/snippets/httpPost.md
@@ -33,6 +33,7 @@ const httpPost = (url, callback, data = null, err = console.error) => {
+
const newPost = {
"userId": 1,
"id": 1337,