From 6b3fd9552f3109e8eeb4646b9090b5da590009de Mon Sep 17 00:00:00 2001 From: Dario Crivelli Date: Fri, 26 May 2023 11:16:24 +0200 Subject: [PATCH] Generalize references. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a7c202..736405f 100644 --- a/README.md +++ b/README.md @@ -89,12 +89,12 @@ If you want to install a version of this demo in your local Lightstreamer Server * 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`. * Launch Lightstreamer Server. -* Test the Adapter, launching one of the clients listed in [Clients Using This Adapter](https://github.com/Lightstreamer/Lightstreamer-example-MarketDepth-adapter-java#clients-using-this-adapter). +* Test the Adapter, launching one of the clients listed in [Clients Using This Adapter](#clients-using-this-adapter). ## Build -To build your own version of `example-MarketDepth-adapter-java-0.0.1-SNAPSHOT.jar` instead of using the one provided in the `deploy.zip` file from the [Install](https://github.com/Lightstreamer/Lightstreamer-example-MarketDepth-adapter-java#install) section above, you have two options: +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: 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.