diff --git a/README.en.md b/README.en.md index b2992990de7b792d9f7306103ccfb6be35eb91a7..3e7c4454d8dcd05001741ba7bf40d7abebf5477d 100644 --- a/README.en.md +++ b/README.en.md @@ -34,7 +34,7 @@ The RDB store file function facilitates file transfer between the device and the │ │ └──EntryBackupAbility.ets // Data backup and restoration │ ├──pages │ │ └──Index.ets // Home page -│ └──entrybackupability +│ └──view │ └──File.ets // File list page └──entry/src/main/resources // App resource directory ``` diff --git a/README.md b/README.md index c38c5d5c513aa2b767b1083a39331b6cd88df20e..734e135afc96a7ca3783b9d95441cd494b56bc78 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ │ │ └──EntryBackupAbility.ets // 数据备份恢复类 │ ├──pages │ │ └──Index.ets // 主页页面 -│ └──entrybackupability +│ └──view │ └──File.ets // 文件列表页面 └──entry/src/main/resources // 应用资源目录 ```