From 87ad7d9fbe46eaf83bfa4e20da31a9214617e340 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Wed, 31 May 2017 15:10:20 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)