Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Aug 26, 2023
1 parent 0553532 commit 6c723c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Huobi.Net
[![.NET](https://github.com/JKorf/Huobi.Net/actions/workflows/dotnet.yml/badge.svg)](https://github.com/JKorf/Huobi.Net/actions/workflows/dotnet.yml) ![Nuget version](https://img.shields.io/nuget/v/Huobi.net.svg) ![Nuget downloads](https://img.shields.io/nuget/dt/Huobi.Net.svg)
[![.NET](https://github.com/JKorf/Huobi.Net/actions/workflows/dotnet.yml/badge.svg)](https://github.com/JKorf/Huobi.Net/actions/workflows/dotnet.yml) [![Nuget version](https://img.shields.io/nuget/v/Huobi.net.svg)](https://www.nuget.org/packages/Huobi.Net) [![Nuget downloads](https://img.shields.io/nuget/dt/Huobi.Net.svg)](https://www.nuget.org/packages/Huobi.Net)

Huobi.Net is a wrapper around the Huobi API as described on [Huobi](https://github.com/huobiapi), including all features the API provides using clear and readable objects, both for the REST as the websocket API's.

**If you think something is broken, something is missing or have any questions, please open an [Issue](https://github.com/JKorf/Huobi.Net/issues)**

[Documentation](https://jkorf.github.io/Huobi.Net/)

## Installation
`dotnet add package Huobi.Net`

## Support the project
I develop and maintain this package on my own for free in my spare time, any support is greatly appreciated.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Home
nav_order: 1
---

[![.NET](https://github.com/JKorf/Huobi.Net/actions/workflows/dotnet.yml/badge.svg)](https://github.com/JKorf/Huobi.Net/actions/workflows/dotnet.yml) ![Nuget version](https://img.shields.io/nuget/v/Huobi.net.svg) ![Nuget downloads](https://img.shields.io/nuget/dt/Huobi.Net.svg)
[![.NET](https://github.com/JKorf/Huobi.Net/actions/workflows/dotnet.yml/badge.svg)](https://github.com/JKorf/Huobi.Net/actions/workflows/dotnet.yml) [![Nuget version](https://img.shields.io/nuget/v/Huobi.net.svg)](https://www.nuget.org/packages/Huobi.Net) [![Nuget downloads](https://img.shields.io/nuget/dt/Huobi.Net.svg)](https://www.nuget.org/packages/Huobi.Net)

This library is based on the CryptoExchange.Net base library. General usage/configuration information can be found in the [CryptoExchange.Net documentation](https://jkorf.github.io/CryptoExchange.Net)

Expand Down

0 comments on commit 6c723c6

Please sign in to comment.