From 74ce993cdaaf8eec2e58fc4ff636e898b6bb1eae Mon Sep 17 00:00:00 2001 From: evanorti <87997759+evanorti@users.noreply.github.com> Date: Thu, 10 Aug 2023 20:01:59 -0400 Subject: [PATCH] Update wallet-provider-tutorial.mdx --- .../wallet-provider/wallet-provider-tutorial.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/develop/wallet-provider/wallet-provider-tutorial.mdx b/docs/develop/wallet-provider/wallet-provider-tutorial.mdx index 0f88aff3f..e19026e10 100644 --- a/docs/develop/wallet-provider/wallet-provider-tutorial.mdx +++ b/docs/develop/wallet-provider/wallet-provider-tutorial.mdx @@ -10,7 +10,7 @@ Wallet-Provider is deprecated. Use [Wallet Kit](../wallet-kit/getting-started.md [Wallet Provider](https://github.com/terra-money/wallet-provider) makes it easy to build Station (browser extension and mobile) functionality into your React application. It contains custom hooks that drastically simplify common tasks like connecting a wallet and triggering transactions. -This guide will cover how to set up a React app, integrate Wallet Provider, check the balance of the connected account, and call a token swap. If you want to integrate Station into an existing react app you can skip past the `Project Setup` section. +This guide will cover how to set up a React app, integrate Wallet Provider, check the balance of the connected account, and call a token swap. If you want to integrate Station into an existing React app you can skip past the `Project Setup` section. @@ -30,12 +30,12 @@ If you're using a frontend framework other than React you'll need to use [Wallet
- - {' '} - Most users will need to specify Node version 16 before continuing. You can manage - node versions [with NVM](https://github.com/nvm-sh/nvm).{' '} - - ```sh nvm install 16 nvm use 16 ``` + Most users will need to specify Node version 16 before continuing. You can manage + node versions [with NVM](https://github.com/nvm-sh/nvm). + + ```sh + nvm install 16 nvm use 16 + ```