We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded30f8 commit 683827dCopy full SHA for 683827d
1 file changed
README.md
@@ -110,8 +110,8 @@ target/wasm32-unknown-emscripten/release/rustpython_wasm.js
110
- `rustpython_wasm.js`: the loading scripts for the above wasm file.
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 browser and you should be
114
-able to see the ouput:
+From here, you can copy these 3 files into the static assets directory of your web server and you should be
+able to see the ouput in the browser:
115
116
```
117
Hello RustPython!
0 commit comments