merged
This commit is contained in:
parent
7701c6783c
commit
4349785ea4
2 changed files with 1 additions and 2 deletions
|
@ -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 );
|
||||
});
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue