From 4ab50e52ec6d85fe6ff10f9bb7f42b5875d8216e Mon Sep 17 00:00:00 2001 From: Dan Forbes Date: Sat, 2 Nov 2024 10:15:18 -0700 Subject: [PATCH] fix(readme): api-docs-link (#20) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f18b2cf..d6e75b8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This Web3.js plugin adds support for the following wallet-related RPC methods: - [wallet_getPermissions (EIP-2255)](https://eips.ethereum.org/EIPS/eip-2255) - [wallet_revokePermissions](https://docs.metamask.io/wallet/reference/json-rpc-methods/wallet_revokepermissions/) -Keep reading for more information, or refer to the comprehensive [API documentation](https://web3.github.io/web3-wallet-rpc-utils/). +Keep reading for more information, or refer to the comprehensive [API documentation](https://web3.github.io/web3-plugin-wallet-rpc/). ## Installation