Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit ba77bff

Browse files
committed
Update README.md
1 parent ae24c67 commit ba77bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In node.js, dependencies will be installed automatically with `npm install`. In
1616
The `examples` directory contains snippets for both browser and node.js.
1717

1818
```javascript
19-
client = new StreamrClient({
19+
var client = new StreamrClient({
2020
// Connection options can be omitted, these are the default values
2121
server: 'https://data.streamr.com',
2222
autoConnect: true,

0 commit comments

Comments
 (0)