From 14cdc112aaf5b2eafbf94b717e652862d2c4bdb2 Mon Sep 17 00:00:00 2001
From: 30secondsofcode <30secondsofcode@gmail.com>
Date: Thu, 11 Jan 2018 13:40:15 +0000
Subject: [PATCH] Travis build: 1189
---
README.md | 1 +
docs/index.html | 1 +
snippets/httpPost.md | 1 +
3 files changed, 3 insertions(+)
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,