From 1590bbafe9ab60d60e95bbed4425bd20f7bc5238 Mon Sep 17 00:00:00 2001 From: Maxym Lozovoi Date: Thu, 14 Mar 2024 15:55:37 +0200 Subject: [PATCH] chore: remove unnecessary quotes --- developers/rainbowkit-xdefi-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/rainbowkit-xdefi-integration.md b/developers/rainbowkit-xdefi-integration.md index fceb6e0d0..389608bf9 100644 --- a/developers/rainbowkit-xdefi-integration.md +++ b/developers/rainbowkit-xdefi-integration.md @@ -12,7 +12,7 @@ It will prompt you for a project name, generate a new directory containing a Nex ### Add XDEFI Wallet -You can import individual wallets from `'@rainbow-me/rainbowkit/wallets'` to build your own list of wallets with their necessary connectors. This way you have full control over which wallets to display, and in which order. Wallets will appear on the wallets list in the order you pass them in config. +You can import individual wallets from `@rainbow-me/rainbowkit/wallets` to build your own list of wallets with their necessary connectors. This way you have full control over which wallets to display, and in which order. Wallets will appear on the wallets list in the order you pass them in config. For example, you can choose to only show Rainbow along with generic fallback wallets.