From 6966d51dbb09fd2f5edbb0d29eacdaa0a1d1166c Mon Sep 17 00:00:00 2001 From: Tiago Siebler Date: Mon, 30 Sep 2024 12:15:08 +0100 Subject: [PATCH] chore(): minor readme typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84e6e41..89a1e3e 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Updated & performant JavaScript & Node.js SDK for the Coinbase REST APIs and Web - Automatically supports both ESM and CJS projects. - Proxy support via axios integration. - Active community support & collaboration in telegram: [Node.js Algo Traders](https://t.me/nodetraders). +- Extensive examples for interacting with the Coinbase API offering in Node.js/JavaScript/TypeScript: [/examples/](./examples). ## Installation @@ -102,7 +103,7 @@ To use any of Coinbase's REST APIs in JavaScript/TypeScript/Node.js, import (or #### CBAdvancedTradeClient ```javascript -import { CBAdvancedTradeClient } from 'coinbase-api'; +const { CBAdvancedTradeClient } = require('coinbase-api'); /** * Or, with import: * import { CBAdvancedTradeClient } from 'coinbase-api';