Skip to content

Commit e1899a4

Browse files
author
Jon Eyrick
authored
Better examples
Visit binance.com
1 parent 9fc6818 commit e1899a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ Limit Buy response {
10741074
</details>
10751075

10761076
#### Chaining orders together
1077-
```
1077+
```js
10781078
var quantity = 1;
10791079
binance.marketBuy("BNBBTC", quantity, function(response) {
10801080
console.log("Market Buy response", response);

0 commit comments

Comments
 (0)