From 65111dd4c134d6acb1f4f593839eb1206e8abaa1 Mon Sep 17 00:00:00 2001 From: Ian Traas <108365619+itraas@users.noreply.github.com> Date: Tue, 16 Aug 2022 10:45:20 -0500 Subject: [PATCH] Update overview.md Updated for readability. --- src/development/portal/sdkjs/overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +```