Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 authored Sep 18, 2024
1 parent 8364e23 commit 7c70075
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


## 🕹️ TokenboundConnectorKit
## 🕹️ Tokenbound ConnectKit

Install tokenbound connectorKit with `npm`, `pnmp` or `yarn`

Expand Down Expand Up @@ -40,8 +40,6 @@ const connectTBA = async () => {
alert((e as any).message)
}
}


```

## Reconnect to a previously connected wallet on load:
Expand All @@ -56,9 +54,6 @@ const wallet = await connect({ modalMode: "neverAsk" })
await disconnect()
```


```
## 📕 Guides

Guides can be found [here]()
Expand Down

0 comments on commit 7c70075

Please sign in to comment.