diff --git a/SUMMARY.md b/SUMMARY.md
index 1509b41..17cc0cd 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -12,7 +12,6 @@
* [Installation](getting-started/installation.md)
* [Implementation Guide](getting-started/implementation-guide/README.md)
- * [How to Implement t:connect?](getting-started/implementation-guide/how-to-implement-t-connect.md)
* [Modal](getting-started/implementation-guide/modal.md)
* [Providers](getting-started/implementation-guide/providers.md)
* [Proof of Concept](getting-started/proof-of-concept/README.md)
diff --git a/about/wallets.md b/about/wallets.md
index 37a2862..d029e4b 100644
--- a/about/wallets.md
+++ b/about/wallets.md
@@ -12,5 +12,4 @@ t:connect supports a variety of wallets for both Tezos and Etherlink ecosystems.
### Supported wallets by Etherlink
-
| Bitget | Safepal | Rainbow | TrustWallet | MetaMask |
---|
permissionRequest | ✅ | ✅ | ✅ | ✅ | ✅ |
operationRequest | ✅ | ✅ | ✅ | ✅ | ✅ |
signRequest | ✅ | ✅ | ✅ | ✅ | ✅ |
-
+Bitget-Wallet, Safepal, Rainbow, TrustWallet & MetaMask
diff --git a/getting-started/implementation-guide/how-to-implement-t-connect.md b/getting-started/implementation-guide/how-to-implement-t-connect.md
deleted file mode 100644
index 6d9f61d..0000000
--- a/getting-started/implementation-guide/how-to-implement-t-connect.md
+++ /dev/null
@@ -1,59 +0,0 @@
----
-icon: square-code
----
-
-# How to Implement t:connect?
-
-{% stepper %}
-{% step %}
-## Installing t:connect using npm
-
-Installing the Modal
-
-```typescript
-npm install @tconnect.io/modal
-```
-
-#### Install the Evm Provider
-
-```typescript
-npm install @tconnect.io/evm-provider
-```
-
-#### Install the Tezos Beacon Provider
-
-```typescript
-npm install @tconnect.io/tezos-beacon-provider
-```
-
-#### Install the Tezos Wallet Connect Provider
-
-```typescript
-npm install @tconnect.io/tezos-wc-provider
-```
-{% endstep %}
-
-{% step %}
-## Import the Modal in your Telegram Mini App
-
-```typescript
-import { TConnectModalProvider, useTConnectModal } from '@tconnect.io/modal';
-```
-{% endstep %}
-
-{% step %}
-## Import a Provider in your Telegram Mini App
-
-```typescript
-import { TConnectEvmProvider } from '@tconnect.io/evm-provider';
-```
-
-```typescript
-import { TConnectTezosBeaconProvider } from '@tconnect.io/tezos-beacon-provider';
-```
-
-```typescript
-import { TConnectTezosWcProvider } from '@tconnect.io/tezos-wc-provider';
-```
-{% endstep %}
-{% endstepper %}
diff --git a/getting-started/installation.md b/getting-started/installation.md
index eef1b3e..2a67224 100644
--- a/getting-started/installation.md
+++ b/getting-started/installation.md
@@ -25,7 +25,7 @@ npm install @tconnect.io/modal
```
{% endtab %}
-{% tab title="Evm-Provider" %}
+{% tab title="Evm Provider" %}
Install the Evm Provider
```typescript
@@ -50,8 +50,6 @@ npm install @tconnect.io/tezos-wc-provider
{% endtab %}
{% endtabs %}
-
-
### Get an API Key
To obtain an API key, please fill out the form: [https://swfe3fmu6fc.typeform.com/to/qP56yNc5](https://swfe3fmu6fc.typeform.com/to/qP56yNc5)