refactor: web3wallet readme (#103)

This commit is contained in:
Gancho Radkov 2023-01-16 10:23:53 +02:00 committed by GitHub
parent e4fdfc6337
commit 4453aff1f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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