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