Skip to content

Commit 96b8557

Browse files
committed
Update README.md
1 parent 826ef91 commit 96b8557

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ See the source code comments for further details.
5050

5151
This Adapter Set is configured and will be referenced by the clients as `MARKETDEPTH`.
5252

53-
The `adapters.xml` file for the Market Depth Demo, should look like:
53+
The `adapters.xml` file for the Market Depth Demo, should look like this:
5454
```xml
5555
<?xml version="1.0"?>
5656
<adapters_conf id="MARKETDEPTH">
@@ -91,7 +91,7 @@ Please refer [here](https://lightstreamer.com/docs/ls-server/latest/General%20Co
9191

9292
## Install
9393

94-
If you want to install a version of this demo in your local Lightstreamer Server, follow these steps:
94+
If you want to install a version of this demo on your local Lightstreamer Server, follow these steps:
9595
* 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.
9696
* 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.
9797
* [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
101101

102102
## Build
103103

104-
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:
104+
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:
105105
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.
106-
For the sake of simplicity only the Maven case is detailed here.
106+
For the sake of simplicity, only the Maven case is detailed here.
107107

108108
### Maven
109109

0 commit comments

Comments
 (0)