From 4349785ea4480cfaf9ac28a0dd298346c888c602 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 20 Dec 2016 17:37:53 +0000 Subject: [PATCH] merged --- docs/API-Reference.md | 2 +- docs/YoungPersonsGuideToProgrammingMinecraft.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/API-Reference.md b/docs/API-Reference.md index 64fcc07..83385bc 100644 --- a/docs/API-Reference.md +++ b/docs/API-Reference.md @@ -5062,7 +5062,7 @@ The following example illustrates how to use http.request to make a request to a ```javascript var jsResponse; -var http = require('request'); +var http = require('http'); http.request('http://scriptcraftjs.org/sample.json',function(responseCode, responseBody){ jsResponse = JSON.parse( responseBody ); }); diff --git a/docs/YoungPersonsGuideToProgrammingMinecraft.md b/docs/YoungPersonsGuideToProgrammingMinecraft.md index 4ac67d7..a41d973 100644 --- a/docs/YoungPersonsGuideToProgrammingMinecraft.md +++ b/docs/YoungPersonsGuideToProgrammingMinecraft.md @@ -43,7 +43,6 @@ If you would like to make changes, change file src/docs/templates/ypgpm.md inste * [Keeping Score - Lookup tables in Javascript](#keeping-score---lookup-tables-in-javascript) * [Counting block break events for each player](#counting-block-break-events-for-each-player) * [Next Steps](#next-steps) - ## Introduction Minecraft is an open-ended 3D game where you can build and craft