refactor: web3wallet readme (#103)

This commit is contained in:
Gancho Radkov
2023-01-16 09:23:53 +01:00
committed by GitHub
parent e4fdfc6337
commit 4453aff1f2
+2 -2
View File
@@ -67,7 +67,7 @@ Your `.env.local` now contains the following environment variables:
const web3wallet = await Web3Wallet.init({
core, // <- pass the shared `core` instance
metadata: `${metaData}`
metadata
})
```
2. Pair with a dapp
@@ -193,7 +193,7 @@ Your `.env.local` now contains the following environment variables:
const web3wallet = await Web3Wallet.init({
core, // <- pass the shared `core` instance
metadata: `${metaData}`
metadata
})
```
2. Authenticate with a dapp