Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adwulfran committed Jul 22, 2020
1 parent f225f6a commit 0a541d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm install ws
Use stock symbol to receive datas. In this example we use EURUSD (forex), AAPL (apple - nasdaq), MSFT (microsoft - nasdaq) and MC.PA (lvmh - cac40)
```javascript
const WebSocket = require('ws');
const ws = new WebSocket("ws:https://realtimefinance.io, {
const ws = new WebSocket("ws:https://realtimefinance.io", {
headers: {
"API-X-KEY": "demo",
"symbol" : "EURUSD,AAPL,MSFT,MC.PA"
Expand Down

0 comments on commit 0a541d7

Please sign in to comment.