From 20685469fc8ed2cc098ad9c42d5064b1119d0c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Mon, 8 May 2023 16:47:59 +0200 Subject: [PATCH] Update README.md (#26401) * Update README.md Fix console format * Update README.md Replace CHIPTool by chip-tool. --- examples/lighting-app/silabs/efr32/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/lighting-app/silabs/efr32/README.md b/examples/lighting-app/silabs/efr32/README.md index c62249e5a73695..382a69a7871a5c 100644 --- a/examples/lighting-app/silabs/efr32/README.md +++ b/examples/lighting-app/silabs/efr32/README.md @@ -278,11 +278,10 @@ combination with JLinkRTTClient as follows: [CHIPTool](https://github.com/project-chip/connectedhomeip/blob/master/examples/chip-tool/README.md) - Here is an example with the CHIPTool: + Here is an example with the chip-tool: - chip-tool pairing ble-thread 1 hex: 20202021 3840 - - chip-tool onoff on 1 1 + $ chip-tool pairing ble-thread 1 hex: 20202021 3840 + $ chip-tool onoff on 1 1 ### Notes