We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683827d commit 1c37625Copy full SHA for 1c37625
README.md
@@ -111,14 +111,12 @@ target/wasm32-unknown-emscripten/release/rustpython_wasm.js
111
112
You will also find `index.html` in the `wasm` directory.
113
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:
+able to see the ouput in the web console of your browser.
115
116
```
117
Hello RustPython!
118
119
120
-in the web console.
121
-
122
# Code style
123
124
The code style used is the default rustfmt codestyle. Please format your code accordingly.
0 commit comments