diff --git a/src/development/portal/sdkjs/overview.md b/src/development/portal/sdkjs/overview.md index f60f0f3..c603fce 100644 --- a/src/development/portal/sdkjs/overview.md +++ b/src/development/portal/sdkjs/overview.md @@ -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 -``` \ No newline at end of file +```