diff --git a/README.md b/README.md index fb8d2e42f52b84b819dcec5c1086585abd28184b..6cb3739dd778cf4ef6a2fc5eaf5761b111a57a81 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 0a072991cae3b252e378524fb4c6b2ee06e4a0d1..8d54cb5dbc523f905f041f3b2fc5f965cffdee26 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 # 对外接口存放目录