Skip to content

Commit 6a29a85

Browse files
committed
docs: update README header
1 parent 3ec63a3 commit 6a29a85

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<p align="center">
2-
<br>
3-
<a href="https://bitvavo.com"><img src="./docs/assets/bitvavo-mark-square-blue.svg" width="100" title="Bitvavo Logo">
4-
<br>
5-
<br>
6-
<a href="https://github.com/bitvavo/node-bitvavo-api.git" alt="Downloads">
7-
<img src="https://img.shields.io/npm/dt/bitvavo.svg?style=flat-square" /></a>
8-
</p>
9-
10-
# Node Bitvavo Api
11-
This is the Node.js wrapper for the Bitvavo API. This project can be used to build your own projects which interact with the Bitvavo platform. Every function available on the API can be called through a REST request or over websockets. For info on the specifics of every parameter consult the [Bitvavo API documentation](https://docs.bitvavo.com/)
1+
<table>
2+
<tr>
3+
<td><a href="https://bitvavo.com"><img alt="Bitvavo" src="docs/assets/bitvavo-mark-square-blue.svg" width="100" title="Bitvavo Logo"></a></td>
4+
<td><h1>Bitvavo SDK for Node.js</h1></td>
5+
</tr>
6+
</table>
7+
8+
Crypto starts with Bitvavo.
9+
You use Bitvavo SDK for Node.js to buy, sell, and store over 200 digital assets on Bitvavo from inside your app.
10+
11+
To trade and execute your advanced trading strategies, Bitvavo SDK for Node.js is a wrapper that enables you to easily call every endpoint in [Bitvavo API](https://docs.bitvavo.com/). Every function available on the API can be called through a REST request or over Websocket.
1212

1313
* Getting started [REST](#getting-started) [Websocket](#getting-started-1)
1414
* General

0 commit comments

Comments
 (0)