diff --git a/README.md b/README.md
index 39e5fc9..8bf93c6 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,9 @@ layout:
# Welcome to t:connect
-We're excited to introduce you to t:connect, the Telegram Mini App SDK that enables seamless interaction with wallets of Tezos and Etherlink chain.
+We're excited to introduce you to t:connect, the Telegram Mini App SDK that enables seamless interaction with wallets of Tezos and Etherlink chain.
-This guide is designed to help you effectively integrate t:connect into your projects, bringing wallet functionalities into the familiar Telegram environment. Whether you're a developer aiming to create innovative solutions or a business looking to enhance your applications, t:connect provides the tools to make Web3 capabilities accessible to a broad audience.
+This guide is designed to help you effectively integrate t:connect into your telegram mini app project, bringing wallet functionalities into the familiar Telegram environment. Whether you're a developer aiming to create innovative solutions or a business looking to enhance your applications, t:connect provides the tools to make Web3 capabilities accessible to a broad audience.\
+\
+t:connect is developed by [softstack.io](https://softstack.io)
diff --git a/about/wallets.md b/about/wallets.md
index 3399032..78f3ab7 100644
--- a/about/wallets.md
+++ b/about/wallets.md
@@ -11,9 +11,15 @@ t:connect supports a variety of wallets for both Tezos and Etherlink ecosystems.
| Altme | Temple | Kukai (iOS) |
---|
permissionRequest | ✅ | ✅ | ✅ |
operationRequest | ✅ | ✅ | ✅ |
signRequest (Raw) | ✅ | ✅ | ❌ |
signRequest (Micheline) | ✅ | ✅ | ✅ |
signRequest (Transaction) | ✅ | ✅ | ✅ |
broadcastRequest | ✅ | ✅ | ❌ |
{% hint style="info" %}
-the latest version of the altme app causes errors in some cases
+The latest version of the altme app causes errors in some cases
{% endhint %}
### Supported wallets by Etherlink
-Bitget-Wallet, Safepal, TrustWallet & MetaMask.
+Bitget-Wallet, Safepal, TrustWallet & MetaMask.\
+\
+
+
+{% hint style="info" %}
+If you're missing a Wallet in our list, please request via [Support](../support.md) or [GitHub issue](https://github.com/softstack/telegram-mini-app-sdk/issues/new)
+{% endhint %}
diff --git a/getting-started/implementation-guide/react-modal.md b/getting-started/implementation-guide/react-modal.md
index c565dde..7e68f52 100644
--- a/getting-started/implementation-guide/react-modal.md
+++ b/getting-started/implementation-guide/react-modal.md
@@ -82,7 +82,7 @@ etherlinkNetwork?: EtherlinkNetworkType;
// function to open the modal
openModal: () => void;
-// function to clode the modal
+// function to close the modal
closeModal: () => void;
// the etherlink Provider
diff --git a/getting-started/installation.md b/getting-started/installation.md
index 948f425..fb4f6d5 100644
--- a/getting-started/installation.md
+++ b/getting-started/installation.md
@@ -10,7 +10,7 @@ icon: folder-gear
* Development Environment: Node.js (v14 or later), NPM.
* Tezos/Etherlink Wallet: For testing blockchain interactions.
-### Install the t:connect sdk via npm
+### Install the t:connect SDK via npm
The t:connect SDK offers a react-modal and provider. The provider and the modal can be loaded separately as needed.
diff --git a/support.md b/support.md
index f5bd08d..f6d5465 100644
--- a/support.md
+++ b/support.md
@@ -7,7 +7,8 @@ icon: message-question
Contact Support
Email: [hello@softstack.io](mailto:hello@softstack.io)\
-Telegram: [@yannikheinze](https://t.me/yannikheinze)
+Telegram: [@yannikheinze](https://t.me/yannikheinze)\
+Open Issue on GitHub: [https://github.com/softstack/telegram-mini-app-sdk/issues/new](https://github.com/softstack/telegram-mini-app-sdk/issues/new)
\
Request API key: [https://swfe3fmu6fc.typeform.com/to/qP56yNc5](https://swfe3fmu6fc.typeform.com/to/qP56yNc5)