diff --git a/example/README.md b/example/README.md index 97f2911..cf2685f 100644 --- a/example/README.md +++ b/example/README.md @@ -8,4 +8,4 @@ Change the `path` parameter of `GarageServerIO.initializeGarageServer` that is f Execute `$ npm install` in the `example/` root directory and `$ node app.js` to run the application. -NOTE: The example has `clientSidePrediction` and `interpolation` enabled. If you're running it locally (no ping), you may want to disable these (`false`). \ No newline at end of file +NOTE: The example has `options.clientSidePrediction` and `options.interpolation` enabled on the server. If you're running it locally (no ping), you may want to disable these (`false`). \ No newline at end of file