Skip to content

Commit 438598d

Browse files
committed
rev
1 parent 7e5fc72 commit 438598d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build-apps/queries/hands-on-with-queries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Converting the returned value of the executed call from hexidecimal results in t
3333

3434
## Construct a Query {: #construct-a-query}
3535

36-
You can use the [Wormhole Query SDK](https://www.npmjs.com/package/@wormhole-foundation/wormhole-query-sdk){target=\_blank} to construct a query. You will also need an RPC endpoint from the provider of your choice. This example uses [Axios](https://www.npmjs.com/package/axios){target=\_blank} for RPC requests.
36+
You can use the [Wormhole Query SDK](https://www.npmjs.com/package/@wormhole-foundation/wormhole-query-sdk){target=\_blank} to construct a query. You will also need an RPC endpoint from the provider of your choice. This example uses [Axios](https://www.npmjs.com/package/axios){target=\_blank} for RPC requests. Ensure that you also have [TypeScript](https://www.typescriptlang.org/download/){target=\_blank} installed.
3737

3838
```jsx
3939
npm i @wormhole-foundation/wormhole-query-sdk axios

0 commit comments

Comments
 (0)