diff --git a/docs/index.md b/docs/index.md
index 85f4bda..d86c903 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -5,7 +5,8 @@ nav_order: 1
The CryptoExchange.Net library is a base package for exchange API implementations. It offers base classes for creating clients for exchange API's. Basing exchange implementation on the common CryptoExchange.Net library allows for ease of implementation for new exchanges, as only the endpoints and models have to implemented, but not all systems around requests and connections, and it makes it easier for users to implement a new library in their code base as all base principles and configuration are the same for different exchanges.
-Implementations by me, these will always be on the latest CryptoExchange.Net version and the latest versions will always work together
+Implementations by me, these will always be on the latest CryptoExchange.Net version and the latest versions will always work together
+
||Exchange|Documentation|
|-|-|-|
|
|Binance|https://jkorf.github.io/Binance.Net/|
@@ -18,7 +19,8 @@ Implementations by me, these will always be on the latest CryptoExchange.Net ver
|
|Kraken|https://jkorf.github.io/Kraken.Net/|
|
|Kucoin|https://jkorf.github.io/Kucoin.Net/|
-Implementations by third parties. These might not be compatible with other libraries, make sure to check the CryptoExchange.Net version.
+Implementations by third parties. These might not be compatible with other libraries, make sure to check the CryptoExchange.Net version.
+
||Exchange|
|-|-|
|
|Switcheo|