Update overview.md

Updated for readability.
This commit is contained in:
Ian Traas 2022-08-16 10:45:20 -05:00 committed by GitHub
parent a4783b3040
commit 65111dd4c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# Portal JS SDK Overview
For applications that only need to interact with the Core and Token Bridge contracts off chain, there is a Wormhole JS SDK provided.
For applications that only need to interact with the Core and Token Bridge contracts off-chain, there is a Wormhole JS SDK provided.
It can be installed using npm like so:
It can be installed using npm:
```sh
npm i @certusone/wormholesdk
```
```