Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran committed Oct 3, 2024
1 parent 06ff1d9 commit d317537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wallet/connect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ The Wallet API consists of an [Ethereum Provider API](../reference/provider-api.
which allow you to interact with users' Ethereum accounts in MetaMask.
For most dapps, we recommend integrating with MetaMask using the SDK or third-party libraries in
conjunction with the Wallet API, to take advantage of the SDK's benefits.
However, you can also connect to MetaMask directly using the Wallet API.
However, you can also connect to the MetaMask extension directly using the Wallet API.

Get started with the [Wallet API](wallet-api.md).
2 changes: 1 addition & 1 deletion wallet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Get started by [connecting to MetaMask](connect/index.md).
- **Enhanced functionality** – Use [RPC request batching](how-to/batch-json-rpc-requests.md), [EIP-6963](/wallet/concepts/wallet-interoperability.md) for wallet discovery, and wallet security enhancements.

The **Wallet API** allows you to interact with users' Ethereum accounts using standardized JSON-RPC calls.
While you can connect to MetaMask directly using just the Wallet API, we recommend using the SDK with the Wallet API to take advantage of the SDK's benefits.
While you can connect to the MetaMask extension directly using just the Wallet API, we recommend using the SDK with the Wallet API to take advantage of the SDK's benefits.

## Where do I start?

Expand Down

0 comments on commit d317537

Please sign in to comment.