Skip to content

Commit 24c4d71

Browse files
authored
Merge pull request CosmWasm#164 from bryanchriswhite/patch-1
typo: wasmd link in readme
2 parents 22349a8 + 6d507f4 commit 24c4d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ around 40% of the code size.
4040
to execute a given smart contract. Also contains code for gas metering, storing, and caching wasm artifacts. Read more [here](lib/vm/README.md).
4141
* [go-cosmwasm](https://github.com/CosmWasm/go-cosmwasm) - High-level go bindings to all the power inside `cosmwasm-vm`. Easily allows you to upload, instantiate and execute contracts,
4242
making use of all the optimizations and caching available inside `cosmwasm-vm`.
43-
* [wasmd](https://github.com/CosmwWasm/wasmd) - A basic Cosmos SDK app to host WebAssembly smart contracts.
43+
* [wasmd](https://github.com/CosmWasm/wasmd) - A basic Cosmos SDK app to host WebAssembly smart contracts.
4444

4545
Ongoing work is currently tracked [on this project board](https://github.com/orgs/CosmWasm/projects/1)
4646
for all of the blockchain / contract work.

0 commit comments

Comments
 (0)