From f6af235f51fdc4f4ed3ef39a4f5af4ad52017329 Mon Sep 17 00:00:00 2001 From: Jan Korf Date: Tue, 12 Oct 2021 18:13:03 +0200 Subject: [PATCH] Added github sponsors to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 481ab5a..124aaeb 100644 --- a/README.md +++ b/README.md @@ -94,13 +94,15 @@ By third parties: ## Discord A Discord server is available [here](https://discord.gg/MSpeEtSY8t). Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries. -## Donations +## Donate / Sponsor I develop and maintain this package on my own for free in my spare time. Donations are greatly appreciated. If you prefer to donate any other currency please contact me. **Btc**: 12KwZk3r2Y3JZ2uMULcjqqBvXmpDwjhhQS **Eth**: 0x069176ca1a4b1d6e0b7901a6bc0dbf3bb0bf5cc2 **Nano**: xrb_1ocs3hbp561ef76eoctjwg85w5ugr8wgimkj8mfhoyqbx4s1pbc74zggw7gs +Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf) + ## Implementation usage ### Clients The CryptoExchange.Net library offers 2 base clients which should be implemented in each implementation library. The `RestClient` and the `SocketClient`.