From 4796a307bb3255fea34c07710c51975d54818104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=93=E6=B7=9E?= Date: Tue, 19 Sep 2023 11:55:03 +0800 Subject: [PATCH] docs: Update start.md --- docs/zh/start/uds/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/start/uds/start.md b/docs/zh/start/uds/start.md index f44310bfef..89cc4a2f50 100644 --- a/docs/zh/start/uds/start.md +++ b/docs/zh/start/uds/start.md @@ -73,7 +73,7 @@ go build -o layotto ./layotto start -c ../../configs/config_uds.json ``` -### step 2. 运行客户端程序,调用Layotto进行增删改查 +### step 2. 启动测试demo #### **Go**