diff --git a/README.en.md b/README.en.md index 9a6a45e8f121085243dad37abb7ae28e9647c12f..01a680102831f6c254bea0d56e1cd5621440b74a 100644 --- a/README.en.md +++ b/README.en.md @@ -54,14 +54,14 @@ The figure shows the effect on the wearable. │ │ ├──pages │ │ ├──phonebackupextability │ │ └──viewmodel -│ ├──phone/src/main/ets // Resource file directory -│ ├──watch/src/main/resources // Support for smart wearables +│ ├──phone/src/main/resources // Resource file directory +│ ├──watch/src/main/ets // Support for smart wearables │ │ ├──constants │ │ ├──pages │ │ ├──view │ │ ├──watchability │ │ └──watchbackupability -│ └──watch/src/main/ets // Resource file directory +│ └──watch/src/main/resources // Resource file directory ``` ## How to Use diff --git a/README.md b/README.md index cfda908ae67758c25c4119ff85f7919aa6c495e6..121bc3e6ec245e19be5b6de3341b70a4703009a6 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,14 @@ │ │ ├──pages │ │ ├──phonebackupextability │ │ └──viewmodel -│ ├──phone/src/main/ets // 资源文件目录 -│ ├──watch/src/main/resources // 支持智能穿戴 +│ ├──phone/src/main/resources // 资源文件目录 +│ ├──watch/src/main/ets // 支持智能穿戴 │ │ ├──constants │ │ ├──pages │ │ ├──view │ │ ├──watchability │ │ └──watchbackupability -│ └──watch/src/main/ets // 资源文件目录 +│ └──watch/src/main/resources // 资源文件目录 ``` ## 使用说明