diff --git a/misc/wasmtime-py/examples/import/README.md b/misc/wasmtime-py/examples/import/README.md index daa09b9b84..bdc4830b89 100644 --- a/misc/wasmtime-py/examples/import/README.md +++ b/misc/wasmtime-py/examples/import/README.md @@ -8,7 +8,7 @@ rustc +nightly --target=wasm32-unknown-unknown main.rs --crate-type=cdylib # Run example -Point path to the built wasmtime_py library location when running python, e.g. +Point path to the built `wasmtime_py` library location when running python, e.g. ``` PYTHONPATH=../../target/debug python3 run.py