From 3dbc39e73af5e654be3659fca431b0a9d0701d63 Mon Sep 17 00:00:00 2001 From: Krystian Jankowski Date: Wed, 22 Mar 2023 12:01:13 +0100 Subject: [PATCH] rpc: readme: Fix naming It replaces wrong name of Nordic to Telink. Signed-off-by: Krystian Jankowski --- examples/lighting-app/telink/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lighting-app/telink/README.md b/examples/lighting-app/telink/README.md index 11594c9091855e..e0594e2bb84198 100644 --- a/examples/lighting-app/telink/README.md +++ b/examples/lighting-app/telink/README.md @@ -268,7 +268,7 @@ application of OTA image. The RPCs in `lighting-common/lighting_service/lighting_service.proto` can be used to control various functionalities of the lighting app from a USB-connected host computer. To build the example with the RPC server, run the following -command with _build-target_ replaced with the build target name of the Nordic +command with _build-target_ replaced with the build target name of the Telink Semiconductor's kit you own: ```