From 7fbaf6fc0563694d56d51106589a5b31f6c83582 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 2 Mar 2022 12:35:53 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 798d2cd804b..f8e0279b74e 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ curl https://get.wasmer.io -sSfL | sh ### Quickstart You can start by running -[QuickJS](https://github.com/bellard/quickjs/), a small and +[QuickJS](https://wapm.io/saghul/quickjs), a small and embeddable Javascript engine compiled as a WebAssembly module ([`qjs.wasm`](https://registry-cdn.wapm.io/contents/_/quickjs/0.0.3/build/qjs.wasm)): ```bash