Skip to content

Commit ef9d26d

Browse files
authored
adjust platform description in README (#605)
1 parent 87363e3 commit ef9d26d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ npm install @wormhole-foundation/sdk-evm-tokenbridge
3535

3636
## Usage
3737

38-
Getting started is simple, just import Wormhole and the [Platform](#platforms) modules you wish to support
38+
Getting started is simple, just import the 'meta' Wormhole package, that makes sure all [Platform](#platforms) modules are installed.
3939

4040
<!--EXAMPLE_IMPORTS-->
4141
```ts
@@ -107,7 +107,8 @@ Understanding several higher level concepts of the SDK will help in using it eff
107107

108108
Every chain is its own special snowflake but many of them share similar functionality. The `Platform` modules provide a consistent interface for interacting with the chains that share a platform.
109109

110-
Each platform can be installed separately so that dependencies can stay as slim as possible.
110+
Each platform can be installed separately so that dependencies can stay as slim as possible.
111+
See all supported platforms [here](https://github.com/wormhole-foundation/connect-sdk/tree/main/platforms)
111112

112113
### Chain Context
113114

0 commit comments

Comments
 (0)