Skip to content

Commit afd2395

Browse files
committed
updated README.md
1 parent cafe2c5 commit afd2395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ npm install ksqldb-js
4545
Create a client in the application file:
4646

4747
```
48-
const ksqljs = require('ksqldb-js');
49-
const client = new ksqljs({ksqldbURL: '<url to ksqlDB server>'})
48+
const ksqldb = require('ksqldb-js');
49+
const client = new ksqldb({ksqldbURL: '<url to ksqlDB server>'})
5050
```
5151

5252
To run tests initiate Docker containers included in yaml file:

0 commit comments

Comments
 (0)