diff --git a/src/pages/resources/static-configs/static-configs.mdx b/src/pages/resources/static-configs/static-configs.mdx index 6fab897f6..8ee10a51d 100644 --- a/src/pages/resources/static-configs/static-configs.mdx +++ b/src/pages/resources/static-configs/static-configs.mdx @@ -24,7 +24,7 @@ Alternatively, you can use the hooks, i.e. The package can be installed into your dApp as a project dependency with: ```bash -npm i @@axelarjs/api +npm i @axelarjs/api ``` Then run @@ -43,4 +43,4 @@ const test = async () => { test(); ``` -Each of the relevant properties in the schema are typed out in the following Typescript interfaces: https://github.com/axelarnetwork/axelarjs/blob/main/packages/api/src/axelar-config/types.ts \ No newline at end of file +Each of the relevant properties in the schema are typed out in the following Typescript interfaces: https://github.com/axelarnetwork/axelarjs/blob/main/packages/api/src/axelar-config/types.ts