From 7136e77745ba8d4214fb710096f2519b9bc68f27 Mon Sep 17 00:00:00 2001
From: Gianluca <gianluca.finocchiaro@lightstreamer.com>
Date: Tue, 20 Aug 2024 16:04:40 +0200
Subject: [PATCH] Fix examples/docker/README.md

---
 examples/docker/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/docker/README.md b/examples/docker/README.md
index b7509eaa..94ba787a 100644
--- a/examples/docker/README.md
+++ b/examples/docker/README.md
@@ -14,7 +14,7 @@ The image is built by deriving the official [Lightstreamer Docker image](https:/
 1. Copy into the [`resources`](resources/) folder any customizable Kafka Connector resource, such as:
    - `adapters.xml`
    - `log4j.properties` (or any other referenced log configuration file)
-   - Loocal schema, key store, and trust store files referenced in `adapters.xml`
+   - Local schema, key store, and trust store files referenced in `adapters.xml`
 
 2. Run the following:
 
@@ -30,7 +30,7 @@ The image is built by deriving the official [Lightstreamer Docker image](https:/
 3. Check that the image has been created:
 
    ```sh
-   $ docker image ls kafka-connector-<version>
+   $ docker image ls lightstreamer-kafka-connector-<version>
 
    REPOSITORY                              TAG               IMAGE ID       CREATED          SIZE
    lightstreamer-kafka-connector-<version> latest            f77fc60f7892   13 minutes ago   602MB