From 4dfea1e309dc104c74688119cd3b17b319c75761 Mon Sep 17 00:00:00 2001 From: Volker Christian Date: Sun, 21 Jul 2024 12:37:09 +0200 Subject: [PATCH] Update Readme.md Signed-off-by: Volker Christian --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28957c638..00c239283 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ The `core::socket::stream::SocketConnection` object involved is managed internal #### Echo-Server `SocketContextFactory` -The `create()` method of our `EchoServerContextFactory` returns a pointer to the `EchoServerContext` whose implementation is presented in the [SocketContext Classes](#SocketContext Classes) section below. +The `create()` method of our `EchoServerContextFactory` returns a pointer to the `EchoServerContext` whose implementation is presented in the [SocketContext Classes](#socketcontext-classes) section below. ***Note***: A pointer to a `core::socket::stream::SocketConnection` is passed as argument to the constructor of our `EchoServerContext`.