chore(): readme update

This commit is contained in:
tiagosiebler
2025-03-04 11:10:18 +00:00
parent 5a513ea64e
commit 212d171237
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ const restClient = new RestClientV5({
demoTrading: true,
});
// Optional, uncomment the "silly" override to log a lot more info about what the WS client is doing
// Optional, uncomment the "trace" override to log a lot more info about what the WS client is doing
const customLogger = {
...DefaultLogger,
// trace: (...params) => console.log('trace', ...params),