Skip to content

Commit b19accc

Browse files
committed
Avoid formatting product name as variable name
1 parent 44ab7d8 commit b19accc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
**WebAssembly Smart Contracts for the Cosmos SDK**
99

1010
This repo provides a useful functionality to build smart contracts that
11-
are compatible with a Cosmos SDK based runtime, [`wasmd`](https://github.com/CosmWasm/wasmd).
11+
are compatible with a Cosmos SDK based runtime, [wasmd](https://github.com/CosmWasm/wasmd).
1212

1313
Compatibility:
1414

15-
* Contracts built with CosmWasm `v0.8.x` (unreleased) will run on `wasmd` `v0.8.x` (unreleased) (master branch)
16-
* Contracts built with CosmWasm `v0.7.x` will run on `wasmd` `v0.7.x` (0.7 branch)
17-
* Contracts built with CosmWasm `v0.6.3+` will run on `wasmd` `v0.6.x`
15+
* Contracts built with CosmWasm `v0.8.x` (unreleased) will run on wasmd `v0.8.x` (unreleased) (master branch)
16+
* Contracts built with CosmWasm `v0.7.x` will run on wasmd `v0.7.x` (0.7 branch)
17+
* Contracts built with CosmWasm `v0.6.3+` will run on wasmd `v0.6.x`
1818

1919
## Overview
2020

0 commit comments

Comments
 (0)