From 93f33972bd00016ab744b4e8195dec6594612065 Mon Sep 17 00:00:00 2001 From: bragaz Date: Wed, 18 Nov 2020 16:20:44 +0100 Subject: [PATCH] minor fix to the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2be3df..8af2d92 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ and dig into the [cosmwasm docs](https://www.cosmwasm.com). --mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ cosmwasm/rust-optimizer:0.10.4` -5. Inside the contract `helper.ts` file there is an example of how to try out the contract +5. Inside the contract `helper.ts` file there is an example of how to try the contract