Skip to content

Commit

Permalink
Suggestion from andrewlim1984
Browse files Browse the repository at this point in the history
specify where to load from
  • Loading branch information
ssnyder-intrinio committed May 11, 2024
1 parent c90e0cb commit fab18bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ npm install intrinio-realtime --save
## Example Usage (NodeJS)
```javascript
"use strict"
const Client = require("./index").RealtimeClient;
const Client = require("./index").RealtimeClient; //local development
//const Client = require("intrinio-realtime").RealtimeClient; //load from package
//const Client = require("./index").ReplayClient;
const accessKey = "";

Expand Down

0 comments on commit fab18bb

Please sign in to comment.