Skip to content

Commit 4349785

Browse files
author
BuildTools
committed
merged
1 parent 7701c67 commit 4349785

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/API-Reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5062,7 +5062,7 @@ The following example illustrates how to use http.request to make a request to a
50625062

50635063
```javascript
50645064
var jsResponse;
5065-
var http = require('request');
5065+
var http = require('http');
50665066
http.request('http://scriptcraftjs.org/sample.json',function(responseCode, responseBody){
50675067
jsResponse = JSON.parse( responseBody );
50685068
});

docs/YoungPersonsGuideToProgrammingMinecraft.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ If you would like to make changes, change file src/docs/templates/ypgpm.md inste
4343
* [Keeping Score - Lookup tables in Javascript](#keeping-score---lookup-tables-in-javascript)
4444
* [Counting block break events for each player](#counting-block-break-events-for-each-player)
4545
* [Next Steps](#next-steps)
46-
4746
## Introduction
4847

4948
Minecraft is an open-ended 3D game where you can build and craft

0 commit comments

Comments
 (0)