From 4249eca64e0177875a0670aef261a70a957e28af Mon Sep 17 00:00:00 2001 From: Gianluca Date: Thu, 14 Mar 2024 11:15:42 +0100 Subject: [PATCH] Update examples/README.md --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index b35abf42..29f52e14 100644 --- a/examples/README.md +++ b/examples/README.md @@ -7,5 +7,5 @@ This folder contains several examples showing you how to use Lightstreamer Kafka - [quickstart-producer](quickstart-producer//): the producer used for the _Quick Start_ app - [quickstart-ssl](quickstart-ssl/): the _Quick Start_ app with encryption settings - [quickstart-confluent-cloud](quickstart-confluent-cloud/): the _Quick Start_ app with Confluent Cloud as the target Kafka Cluster -- [airport-demo]: a demo showing a basic departure board +- [airport-demo](airport-demo/): a demo showing a basic departure board - [custom-kafka-connector-adapter](custom-kafka-connector-adapter/): a sample Gradle project for building and deploying a custom _Kafka Connector Metadata Adapter_