Skip to content

Commit

Permalink
fix: npm package typo in static-configs.mdx (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
bthaile authored Jul 31, 2024
1 parent d8686ce commit 3c92ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/resources/static-configs/static-configs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
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

0 comments on commit 3c92ab7

Please sign in to comment.