diff --git a/README.md b/README.md index 5f03990..7c41fb4 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ See the source code comments for further details. This Adapter Set is configured and will be referenced by the clients as `MARKETDEPTH`. -The `adapters.xml` file for the Market Depth Demo, should look like: +The `adapters.xml` file for the Market Depth Demo, should look like this: ```xml @@ -91,7 +91,7 @@ Please refer [here](https://lightstreamer.com/docs/ls-server/latest/General%20Co ## Install -If you want to install a version of this demo in your local Lightstreamer Server, follow these steps: +If you want to install a version of this demo on your local Lightstreamer Server, follow these steps: * Download *Lightstreamer Server* (Lightstreamer Server comes with a free non-expiring demo license for 20 connected users) from [Lightstreamer Download page](https://lightstreamer.com/download/), and install it, as explained in the `GETTING_STARTED.TXT` file in the installation home directory. * Get the `deploy.zip` file of the [latest release](https://github.com/Lightstreamer/Lightstreamer-example-MarketDepth-adapter-java/releases), unzip it, and copy the just unzipped `MarketDepthDemo` folder into the `adapters` folder of your Lightstreamer Server installation. * [Optional] Customize the logging settings in log4j configuration file: `MarketDepthDemo/classes/log4j2.xml`. @@ -101,9 +101,9 @@ If you want to install a version of this demo in your local Lightstreamer Server ## Build -To build your own version of `example-MarketDepth-adapter-java-x.y.z-SNAPSHOT.jar` instead of using the one provided in the `deploy.zip` file from the [Install](#install) section above, you have two options: +To build your own version of `example-marketdepth-adapter-java-x.y.z.jar` instead of using the one provided in the `deploy.zip` file from the [Install](#install) section above, you have two options: either use [Maven](https://maven.apache.org/) (or other build tools) to take care of dependencies and building (recommended) or gather the necessary jars yourself and build it manually. -For the sake of simplicity only the Maven case is detailed here. +For the sake of simplicity, only the Maven case is detailed here. ### Maven