summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2e775b8..8dd01c5 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Mini Rust Runtime
-To show how a runtime works.
+实验性质 rust runtime 功能接口不断变更中.
-The related post: [Rust Runtime 设计与实现-科普篇](https://www.ihcblog.com/rust-runtime-design-1/)
-
-Ref: https://github.com/fujita/greeter \ No newline at end of file
+fork 自 [mini-rust-runtime](https://github.com/ihciah/mini-rust-runtime)
+- [Rust Runtime 设计与实现-科普篇](https://www.ihcblog.com/rust-runtime-design-1/)
+- Ref: https://github.com/fujita/greeter