Update README.md

This commit is contained in:
CryptoCompiler
2021-02-15 17:12:16 +00:00
committed by GitHub
parent fffa05ffcd
commit b2018879e6

View File

@@ -134,7 +134,7 @@ const client = new LinearClient(
// requestLibraryOptions // requestLibraryOptions
); );
client.changeUserLeverage({leverage: 4, symbol: 'ETHUSD'}) client.changeUserLeverage({leverage: 4, symbol: 'ETHUSDT'})
.then(result => { .then(result => {
console.log(result); console.log(result);
}) })