From 6726698d086149516bfa2809573da0dc7b169e50 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Tue, 2 Mar 2021 12:13:34 +0100 Subject: [PATCH] Fix feature name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09f3e876..fb4c0d94 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ We optimize the resulting contract Wasm using `binaryen`. You have two options f - _Build `binaryen` as a dependency when installing `cargo-contract`:_ A C++14 compiler and python >= 3.5 is required. - Execute `cargo install --force --features wasm-opt-unavailable cargo-contract`. + Execute `cargo install --force --features binaryen-as-dependency cargo-contract`. ## Usage -- GitLab