Skip to content

Commit 042b099

Browse files
committed
Merge pull request #1 from valeriocelletti/patch-1
Update README.md
2 parents 94f0b8b + 97355c6 commit 042b099

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Please refer [here](http://www.lightstreamer.com/latest/Lightstreamer_Allegro-Pr
8686

8787
## Install
8888

89-
If you want to install a version of the *RSS News Demo* in your local Lightstreamer Server, follow these steps.
89+
If you want to install a version of the *RSS News Demo* in your local Lightstreamer Server, follow these steps:
9090

9191
* Download *Lightstreamer Server* (Lightstreamer Server comes with a free non-expiring demo license for 20 connected users) from [Lightstreamer Download page](http://www.lightstreamer.com/download.htm), and install it, as explained in the `GETTING_STARTED.TXT` file in the installation home directory.
9292
* Make sure that Lightstreamer Server is not running.
@@ -97,10 +97,10 @@ If you want to install a version of the *RSS News Demo* in your local Lightstrea
9797

9898
## Build
9999

100-
To build your own version of `LS_rss_data_adapter.jar`, `LS_rss_data_adapter.jar`, and `LS_rss_metadata_adapter.jar`, instead of using the one provided in the `deploy.zip` file from the [Install](https://github.com/Weswit/Lightstreamer-example-RSS-adapter-java#install) section above, follow these steps.
100+
To build your own version of `LS_rss_data_adapter.jar`, `LS_rss_data_adapter.jar`, and `LS_rss_metadata_adapter.jar`, instead of using the one provided in the `deploy.zip` file from the [Install](https://github.com/Weswit/Lightstreamer-example-RSS-adapter-java#install) section above, follow these steps:
101101

102102
* Download this project.
103-
* Get the `ls-adapter-interface.jar`.`ls-generic-adapters.jar`, and `log4j-1.2.15.jar` files from the [latest Lightstreamer distribution](http://www.lightstreamer.com/download), and copy them into the `lib` directory.
103+
* Get the `ls-adapter-interface.jar`,`ls-generic-adapters.jar`, and `log4j-1.2.15.jar` files from the [latest Lightstreamer distribution](http://www.lightstreamer.com/download), and copy them into the `lib` directory.
104104
* Get the `informa.jar` and `jdom.jar` files from the [News Aggregation Library for Java download](http://sourceforge.net/projects/informa/).
105105
* Get the `commons-logging.jar` file from [Apache commons](http://commons.apache.org/proper/commons-logging/download_logging.cgi).
106106
* Create the jars `LS_rss_metadata_adapter.jar`, `LS_rss_data_adapter.jar`, and `LS_rss_data_adapter.jar` with commands like these:

0 commit comments

Comments
 (0)