wasmtime-py: Fix formatting in README (#465)

This commit is contained in:
Josh Triplett
2019-10-29 07:39:13 -07:00
committed by Till Schneidereit
parent faee3b4bc3
commit b1584aafe2

View File

@@ -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