Skip to content

Commit 3c6baf9

Browse files
committed
IDL docs: rephrase
1 parent 4b88568 commit 3c6baf9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/idl.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
The CosmWasm IDL (Interface Description Language) is a format for describing the
44
interface of a smart contract, meant to be consumed by generic clients. This
5-
allows those clients to interact with CosmWasm contracts without prior contract,
6-
much like a web browser is able to interact with any website without prior
7-
knowledge of it.
5+
allows those clients to interact with CosmWasm contracts without having any
6+
prior information about API endpoints.
87

98
If you have a smart contract generated from the usual
109
[template](https://github.com/CosmWasm/cw-template), you should be able to get

0 commit comments

Comments
 (0)