Skip to content

Commit 9605377

Browse files
authored
Update INTEGRATION.md
1 parent 1756d2d commit 9605377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INTEGRATION.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ If you want to use Wasm in your own app, here is how you can get this working
66
quickly and easily.
77
First start with this [article](https://medium.com/cosmwasm/cosmwasm-for-ctos-iv-native-integrations-713140bf75fc)
88
in the "CosmWasm for CTOs" series that gives you a high level view.
9-
Then check to make sure you fit the pre-requisites,
9+
Then check to make sure you fit the prerequisites,
1010
then integrate the `x/wasm` module as described below, and finally, you
1111
can add custom messages and queries to your custom Go/SDK modules, exposing
1212
them to any chain-specific contract.
1313

1414
## Prerequisites
1515

16-
The pre-requisites of integrating `x/wasm` into your custom app is to be using
16+
The prerequisites of integrating `x/wasm` into your custom app are to be using
1717
a compatible version of the Cosmos SDK, and to accept some limits to the
1818
hardware it runs on.
1919

0 commit comments

Comments
 (0)