Skip to content

Commit

Permalink
Update README.md (#127)
Browse files Browse the repository at this point in the history
update the Helius SDK version in the StackBlitz project. The currently used version is outdated and needs to be upgraded to the latest version to ensure compatibility and functionality.
  • Loading branch information
aLIEzsss4 authored Aug 15, 2024
1 parent a6514eb commit 48cf7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const getAssetsByOwner = async () => {
getAssetsByOwner();
```

[![Try it out](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/helius-node-js-sdk?file=index.js&view=editor)
[![Try it out](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/helius-node-js-sdk-xbw7t6?file=index.js)

## Handling errors

Expand Down Expand Up @@ -824,4 +824,4 @@ getBlockHeight();
## FAQ

Q: I get an error stating `Cannot use import statement outside a module`
A: In the `package.json` file add `"type": "module"`. Adding this enables ES6 modules.
A: In the `package.json` file add `"type": "module"`. Adding this enables ES6 modules.

0 comments on commit 48cf7d0

Please sign in to comment.