From b1f64bc8b167b834e1b21bf5b5ee2b13ba6999a2 Mon Sep 17 00:00:00 2001 From: Jan Korf Date: Wed, 26 May 2021 13:46:40 +0200 Subject: [PATCH] Added Discord link to ReadMe --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c4b5637..7bebb64 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,9 @@ Donations are greatly appreciated and a motivation to keep improving. **Eth**: 0x069176ca1a4b1d6e0b7901a6bc0dbf3bb0bf5cc2 **Nano**: xrb_1ocs3hbp561ef76eoctjwg85w5ugr8wgimkj8mfhoyqbx4s1pbc74zggw7gs +## Discord +A Discord server is available [here](https://discord.gg/MSpeEtSY8t). For discussion and/or questions around the CryptoExchange.Net and implementation libraries, feel free to join. + ## Usage Most API methods are available in two flavors, sync and async, see the example using the `BinanceClient`: ````C#