From ce1f3adc23c12dc4188128b66894188061c6330c Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Thu, 5 Jan 2023 12:41:17 +0100 Subject: [PATCH] Fix: minor typo Fix: minor typo --- terra/contracts/cw721-base/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terra/contracts/cw721-base/README.md b/terra/contracts/cw721-base/README.md index b245c9223..cdb7c423c 100644 --- a/terra/contracts/cw721-base/README.md +++ b/terra/contracts/cw721-base/README.md @@ -48,7 +48,7 @@ ls -l cw721_base.wasm sha256sum cw721_base.wasm ``` -Or for a production-ready (optimized) build, run a build command in the +Or for a production-ready (optimized) build, run a build command in the repository root: https://github.com/CosmWasm/cw-plus#compiling. ## Importing this contract