This commit is contained in:
Jeremiah Billmann
2013-08-18 14:20:09 -04:00
parent 14a8efd70b
commit c670fdf909
+1 -1
View File
@@ -48,7 +48,7 @@ entities.forEach(function (entity) {
**1.** Initialize GarageServer.IO.
```js
GarageServerIO.initializeGarageServer('http://insertmygameurlhere.com', {
GarageServerIO.initializeGarageServer('http://insertmygameserverurlhere.com', {
onReady: function () {
// Call your game loop
},