From 89dd7dd1c66cbe6af48f5152a75a41587413628d Mon Sep 17 00:00:00 2001 From: Andrew Lim Date: Thu, 9 May 2024 11:34:50 -0700 Subject: [PATCH] the instructions for nodejs should include the intrinio-realtime require, not the index.js file. It's very confusing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 494cb11..3494011 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ npm install intrinio-realtime --save ## Example Usage (NodeJS) ```javascript "use strict" -const Client = require("./index").RealtimeClient; +const Client = require("intrinio-realtime").RealtimeClient;; //const Client = require("./index").ReplayClient; const accessKey = "";