Skip to content

Commit

Permalink
Fixed Chinese README example (#3836)
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mrxiaozhuox authored May 2, 2023
1 parent cc5af54 commit cf319ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

#### 接下来是你可以做的:
Expand Down

0 comments on commit cf319ea

Please sign in to comment.