From 5a75dae97b3b7654d0b1ecfa1eb60ec4b7b108c7 Mon Sep 17 00:00:00 2001
From: 30secondsofcode <30secondsofcode@gmail.com>
Date: Fri, 12 Jan 2018 11:29:50 +0000
Subject: [PATCH] Travis build: 1205
---
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 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,