Skip to content

Commit 1c37625

Browse files
committed
changed wording on wasm build instructions
1 parent 683827d commit 1c37625

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,12 @@ target/wasm32-unknown-emscripten/release/rustpython_wasm.js
111111

112112
You will also find `index.html` in the `wasm` directory.
113113
From here, you can copy these 3 files into the static assets directory of your web server and you should be
114-
able to see the ouput in the browser:
114+
able to see the ouput in the web console of your browser.
115115

116116
```
117117
Hello RustPython!
118118
```
119119

120-
in the web console.
121-
122120
# Code style
123121

124122
The code style used is the default rustfmt codestyle. Please format your code accordingly.

0 commit comments

Comments
 (0)