From 8b79ae86928a9f9bd53753b89ad39112e4f08454 Mon Sep 17 00:00:00 2001 From: jxom <7336481+jxom@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:49:24 +1100 Subject: [PATCH] chore: up --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d34442..34064fc 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Get started with Wagmi by following the [official guide](https://wagmi.sh/docs/g ##### 2. Set up Porto After you have set up Wagmi, you can set up Porto by calling `Porto.create()`. This will automatically -inject a Porto-configured EIP-1193 Provider into your Wagmi instance. +inject a Porto-configured EIP-1193 Provider into your Wagmi instance via [EIP-6963: Multi Injected Provider Discovery](https://eips.ethereum.org/EIPS/eip-6963). ```tsx twoslash import { Porto } from 'porto'