Skip to content

Commit 4173e46

Browse files
authored
Update README.md
Add missing `)` in code example
1 parent 7cbe427 commit 4173e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ console.info( await binance.futuresHistDataId(
175175
##### Get Download Link
176176

177177
```js
178-
console.info( await binance.futuresDownloadLink(7343)
178+
console.info( await binance.futuresDownloadLink(7343) )
179179
```
180180

181181
# Futures WebSocket Streams
@@ -2113,4 +2113,4 @@ binance.setOption( 'verbose', true );
21132113
![Downloads](https://img.shields.io/npm/dt/node-binance-api.svg?style=for-the-badge&maxAge=86400) ![Stars](https://img.shields.io/github/stars/jaggedsoft/node-binance-api.svg?style=for-the-badge&label=Stars) ![Contributors](https://img.shields.io/github/contributors/jaggedsoft/node-binance-api.svg?style=for-the-badge&maxAge=86400)
21142114
[![Stargazers over time](https://starcharts.herokuapp.com/jaggedsoft/node-binance-api.svg)](https://starcharts.herokuapp.com/jaggedsoft/node-binance-api)
21152115
[![Views](http://hits.dwyl.io/jaggedsoft/node-binance-api.svg)](http://hits.dwyl.io/jaggedsoft/node-binance-api)
2116-
[![jaggedsoft on Twitter](https://img.shields.io/twitter/follow/jaggedsoft.svg?style=social)](https://twitter.com/jaggedsoft)
2116+
[![jaggedsoft on Twitter](https://img.shields.io/twitter/follow/jaggedsoft.svg?style=social)](https://twitter.com/jaggedsoft)

0 commit comments

Comments
 (0)