Fixed Chinese README example (#3836)

Update README.md
This commit is contained in:
YuKun Liu
2023-05-01 23:23:15 -07:00
committed by GitHub
parent cc5af54606
commit cf319ea83a

View File

@ -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
```
#### 接下来是你可以做的: