diff --git a/docs/cn/README.md b/docs/cn/README.md index 39d85f9a641..528347b28c9 100644 --- a/docs/cn/README.md +++ b/docs/cn/README.md @@ -75,7 +75,9 @@ iwr https://win.wasmer.io -useb | iex ```bash $ wasmer qjs.wasm QuickJS - Type "\h" for help -qjs > +qjs > const i = 1 + 2; +qjs > console.log("hello " + i); +hello 3 ``` #### 接下来是你可以做的: