diff --git a/src/pages/en/framework/getting-started.md b/src/pages/en/framework/getting-started.md index e7427b4..2c09c1c 100644 --- a/src/pages/en/framework/getting-started.md +++ b/src/pages/en/framework/getting-started.md @@ -10,9 +10,9 @@ You can try it and start developing a webapp that connects to the user's wallet For now we support JS, TS, and React. Svelte will come soon. -More details and a tutorial will come here in the coming days, in the meanwhile, you can see the [README of our npm package](https://www.npmjs.com/package/nextgraphweb). We also have created a [demo app in React](https://git.nextgraph.org/NextGraph/nextgraph-rs/src/branch/master/ng-sdk-js/example-webapp-react), that you can use as an example. +More details and a tutorial will be available here in the coming days, in the meanwhile, you can see the [README of our npm package](https://www.npmjs.com/package/nextgraphweb). We also have created a [demo app in React](https://git.nextgraph.org/NextGraph/nextgraph-rs/src/branch/master/ng-sdk-js/example-webapp-react), that you can use as an example. -If you want to test his demo app, it is available at [localfirstapp.eu](https://localfirstapp.eu) you will need to first create a wallet at [nextgraph.eu](https://nextgraph.eu). +If you want to test this demo app, it is available at [localfirstapp.eu](https://localfirstapp.eu) you will need to first create a wallet at [nextgraph.eu](https://nextgraph.eu). You can read more about our framework and what it does or will offer, in the [following sections](/en/framework/data-first).