From 09d737567df36a88cede9d72da8d48ec7d5e65bc Mon Sep 17 00:00:00 2001 From: h00514358 Date: Thu, 16 Sep 2021 02:13:12 +0000 Subject: [PATCH] Signed-off-by:hellohyh001 Signed-off-by: h00514358 --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb8d2e4..6cb3739 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Misc devices, including vibrators and LED indicators, are used to send signals e ## Directory Structure ``` -/base/sensors/sensor_miscdevice +/base/sensors/miscdevice ├── frameworks # Framework code │ └── native # Native methods for the client to connect to services ├── interfaces # External APIs diff --git a/README_zh.md b/README_zh.md index 0a07299..8d54cb5 100755 --- a/README_zh.md +++ b/README_zh.md @@ -24,7 +24,7 @@ ## Sensors\_miscdevice组件目录 ``` -/base/sensors/sensor_miscdevice +/base/sensors/miscdevice ├── frameworks # 框架代码 │ └── native # 客户端连接服务的Native方法 ├── interfaces # 对外接口存放目录 -- Gitee