From 7c70075f1d4ce42c7730026b529950743c163aa0 Mon Sep 17 00:00:00 2001 From: Darlington Nnam Date: Wed, 18 Sep 2024 17:14:54 +0100 Subject: [PATCH] chore: update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index ea6718a..95dd9da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## 🕹ī¸ TokenboundConnectorKit +## 🕹ī¸ Tokenbound ConnectKit Install tokenbound connectorKit with `npm`, `pnmp` or `yarn` @@ -40,8 +40,6 @@ const connectTBA = async () => { alert((e as any).message) } } - - ``` ## Reconnect to a previously connected wallet on load: @@ -56,9 +54,6 @@ const wallet = await connect({ modalMode: "neverAsk" }) await disconnect() ``` - -``` - ## 📕 Guides Guides can be found [here]()