From e43761142c7b7e311f693beb4250d84a928db623 Mon Sep 17 00:00:00 2001 From: FrostMiKu <1626652294@qq.com> Date: Sat, 27 Jul 2019 21:51:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9B=B8=E5=85=B3=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 相关项目 quickjspp 的链接被写成 quickjs-rs 的了。 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e9de94..b3aac55 100755 --- a/README.md +++ b/README.md @@ -762,7 +762,7 @@ We believe the current specification of tails calls is too complicated and prese - [quickjs-rs](https://github.com/quickjs-zh/quickjs-rs) Rust的QuickJS库 -- [quickjspp](https://github.com/quickjs-zh/quickjs-rs) C++的QuickJS库 +- [quickjspp](https://github.com/quickjs-zh/quickjspp) C++的QuickJS库 - [go-quickjs](https://github.com/wspl/go-quickjs) Go的QuickJS库