From bbca1094f303625bb5bee4b624c222398a9f9fc2 Mon Sep 17 00:00:00 2001 From: Jan Korf Date: Tue, 14 May 2019 10:58:15 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cb7e46..e060a80 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ ![Build status](https://travis-ci.org/JKorf/CryptoExchange.Net.svg?branch=master) -A base library for easy implementation of cryptocurrency API's. +A base library for easy implementation of cryptocurrency API's. Include: +* REST API calls and error handling +* Websocket subscriptions, error handling and automatic reconnecting +* Order book implementations automatically synchronizing and updating +* Automatic rate limiting **If you think something is broken, something is missing or have any questions, please open an [Issue](https://github.com/JKorf/CryptoExchange.Net/issues)**