diff --git a/README.md b/README.md index 636d48a..5d6c575 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ Easiest way to use is to install via `cargo install`: cargo install --git https://github.com/paritytech/wasm-utils wasm-build ``` -## Symbols optimizer (wasm-opt) +## Symbols pruning (wasm-prune) ``` -cargo run --release --bin wasm-opt -- +cargo run --release --bin wasm-prune -- ``` This will optimize WASM symbols tree to leave only those elements that are used by contract `_call` function entry.