Skip to content

Commit fe955ba

Browse files
committed
Specify compatibility break where setMaxBandwidth is used.
1 parent 16359b6 commit fe955ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ The clients receive the real-time data by [subscribing](http://www.lightstreamer
6969
## Install
7070
If you want to install a version of this demo pointing to your local Lightstreamer server, follow these steps:
7171
* As prerequisite, the [3D World Demo - Java Adapter](https://github.com/Lightstreamer/Lightstreamer-example-3DWorld-adapter-java) has to be deployed in your local Lightstreamer server instance. Please check out that project and follow the installation instructions provided with it.
72-
* Get the `lightstreamer.js` file from the [Lightstreamer distribution](http://www.lightstreamer.com/download) and put it in the `src/js` folder of the demo. Alternatively, you can build a `lightstreamer.js` file from the [online generator](http://www.lightstreamer.com/docs/client_javascript_tools/generator.html).
73-
In that case, be sure to include the LightstreamerClient, Subscription, DynaGrid, ConnectionSharing, and StatusWidget modules and to use the "Use AMD" version.
72+
* Get the `lightstreamer.js` file from the [Lightstreamer distribution](http://www.lightstreamer.com/download) (see compatibility notes below) and put it in the `src/js` folder of the demo.
7473
* Get the `require.js` file form the [requirejs.org](http://requirejs.org/docs/download.html) and put it in the `src/js` folder of the demo.
7574
- Download [Three.js](http://github.com/mrdoob/three.js/zipball/master) and copy the `three.min.js` file to the `src/js` folder of the demo. The demo requires Three.js r61 or higher.
7675
- Please note that the demo uses a jQuery customized theme, included in this project.
@@ -98,4 +97,4 @@ The client demo configuration assumes that Lightstreamer Server, Lightstreamer A
9897

9998
## Lightstreamer Compatibility Notes #
10099

101-
- Compatible with Lightstreamer JavaScript Client library version 6.0 or newer.
100+
- Compatible with Lightstreamer JavaScript Client library version 6.0 to 7.x.

0 commit comments

Comments
 (0)