From ab7d9ab7218d011575897a562eeab619b3e34bd3 Mon Sep 17 00:00:00 2001 From: Dario Crivelli Date: Thu, 20 Jul 2023 16:42:17 +0200 Subject: [PATCH] Refer to old version of demo client. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0412da8..4a9c030 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The *Market Depth Demo* is a very simple market depth application based on Lightstreamer for its real-time communication needs.
This project includes the server-side part of this demo, the Metadata and Data Adapters implementation. -The client-side part of this demo, a web client front-end, is covered in this project: [Lightstreamer - Market Depth Demo - HTML Client](https://github.com/Lightstreamer/Lightstreamer-example-MarketDepth-client-javascript). +The client-side part of this demo, a web client front-end, is covered in this project: [Lightstreamer - Market Depth Demo - HTML Client](https://github.com/Lightstreamer/Lightstreamer-example-MarketDepth-client-javascript/tree/last_without_order_response). ## Details @@ -117,7 +117,7 @@ Assuming Maven is installed and available in your path you can build the demo by ### Clients Using This Adapter -* [Lightstreamer - Market Depth Demo - JavaScript Client](https://github.com/Lightstreamer/Lightstreamer-example-MarketDepth-client-javascript) +* [Lightstreamer - Market Depth Demo - JavaScript Client](https://github.com/Lightstreamer/Lightstreamer-example-MarketDepth-client-javascript/tree/last_without_order_response) ### Related Projects