From 07cf4eeb15305155c9aac9ea6626a23dd612168b Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 29 Jul 2024 13:31:05 +0800 Subject: [PATCH] docs: update README.md (#5) * docs: add Install section * docs: version package section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f60a1dd..831b997 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # helixconf +## Install + +```shell +npm i @helixbridge/helixconf +``` ## Typescript @@ -7,3 +12,7 @@ const arbitrumChainId = HelixChain.arbitrum.id const arbitrum = HelixChain.get('arbitrum'); ``` + +## Version package + +`https://github.com/helix-bridge/helixconf/blob/main/template/ts/files/package.json#L3`