diff --git a/README.md b/README.md
index 571f3542..65b11368 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@
> 你大概率会遇到浏览器缓存造成文档不是最新版本的问题,若已经查看过一次文档,请手动在每个页面上刷新一次以同步最新版本,或清除浏览器缓存。
-The latest version update time/最新版本更新时间:2022-05-27 05:13
+The latest version update time/最新版本更新时间:2022-05-27 05:20
## Contacts
diff --git a/docs/_coverpage.md b/docs/_coverpage.md
index c5d7e296..38b4826f 100644
--- a/docs/_coverpage.md
+++ b/docs/_coverpage.md
@@ -12,7 +12,7 @@
- 方便移植 快速上手
-`更新时间 2022-05-27 05:13`
+`更新时间 2022-05-27 05:20`
[GitHub](https://github.com/fankes/YukiHookAPI)
[Get Started](#介绍)
diff --git a/docs/api/public/YukiResourcesHookCreater.md b/docs/api/public/YukiResourcesHookCreater.md
index b6acbca3..f03dc5c1 100644
--- a/docs/api/public/YukiResourcesHookCreater.md
+++ b/docs/api/public/YukiResourcesHookCreater.md
@@ -235,7 +235,7 @@ injectResource {
name = "test_string"
string()
}
- replaceToModuleResource(R.id.module_string)
+ replaceToModuleResource(R.string.module_string)
}
```