Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Schroeder <[email protected]>
  • Loading branch information
barnjamin and SEJeff committed Dec 13, 2023
1 parent 5932edc commit 2f002b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/js-connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ npm install @wormhole-foundation/wormhole-sdk-solana-tokenbridge

A developer would use the core wormhole-sdk package in conjunction with 1 or more of the chain context packages. Most developers don't use every single chain and may only use a couple, this allows developers to import only the dependencies they actually need.

Getting started is simple, just import and pass in the [Platform](#platforms) modules you wish to support as an argument to the Wormhole class.
Getting started is simple, just import and pass in the [Platform](#platforms) modules you wish to support as an argument to the `Wormhole` class.

```ts
import { Wormhole, Signer } from '@wormhole-foundation/wormhole-sdk';
Expand Down Expand Up @@ -137,7 +137,7 @@ See the [example here](https://github.com/wormhole-foundation/connect-sdk/blob/d

### Automatic Transfers

Some transfers allow for automatic relaying to the destination, in that case only the `initiateTransfer` is required. The status of the transfer can be tracked by periodically checking the status of the transfer object.
Some transfers allow for automatic relaying to the destination. In that case, only `initiateTransfer` is required. The status of the transfer can be tracked by periodically checking the status of the transfer object.

```ts
// OR for an automatic transfer
Expand Down

0 comments on commit 2f002b2

Please sign in to comment.