Skip to content

Commit

Permalink
Update README.md (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
crStiv authored Jan 20, 2025
1 parent 16fe772 commit 3f48bcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Desktop: Users can connect to your dapp by scanning a QR code
- Mobile: Users can connect to your mobile dapp through a deeplink to the dapp browser
1. Coinbase Wallet extension for [Chrome](https://chrome.google.com/webstore/detail/coinbase-wallet-extension/hnfanknocfeofbddgcijnmhnfnkdnaad?hl=en) and [Brave](https://chromewebstore.google.com/detail/coinbase-wallet-extension/hnfanknocfeofbddgcijnmhnfnkdnaad?hl=en)
- Desktop: Users can connect by clicking the connect with extension option.
- Desktop: Users can connect by clicking the connect with an extension option.

### Installing Wallet SDK

Expand Down Expand Up @@ -48,7 +48,7 @@

> Migrating from v3 to v4? Please see our [v4 migration guide](https://www.smartwallet.dev/sdk/v3-to-v4-changes) for a full list of breaking changes.
1. Compare installed version with latest:
1. Compare the installed version with the latest:

```shell
# yarn
Expand Down Expand Up @@ -84,7 +84,7 @@
const provider = sdk.makeWeb3Provider();
```

3. Request accounts to initialize connection to wallet
3. Request accounts to initialize a connection to wallet

```js
const addresses = provider.request({
Expand Down

0 comments on commit 3f48bcc

Please sign in to comment.