diff --git a/README.md b/README.md index 64acfe5..72f92d7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. \ No newline at end of file +A: In the `package.json` file add `"type": "module"`. Adding this enables ES6 modules.