diff --git a/README.md b/README.md index 702d9b9..f9aeee2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Collection of WASM utilities used in Parity and WASM contract devepment cargo run --release --bin wasm-opt -- ``` -This will optimize WASM symbols tree to leave only those elements that are used by contract `call` function entry. +This will optimize WASM symbols tree to leave only those elements that are used by contract `_call` function entry. ## Gas counter (wasm-gas)