File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ npm install ksqldb-js
45
45
Create a client in the application file:
46
46
47
47
```
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>'})
50
50
```
51
51
52
52
To run tests initiate Docker containers included in yaml file:
Original file line number Diff line number Diff line change 2
2
"name" : " ksqldb-js" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Javascript KsqlDB client for Node.js" ,
5
- "main" : " ./ksqljs/ksqlJS " ,
5
+ "main" : " ./ksqldb/ksqldb " ,
6
6
"scripts" : {
7
7
"test" : " jest --verbose"
8
8
},
23
23
"devDependencies" : {
24
24
"jest" : " ^28.1.0"
25
25
}
26
- }
26
+ }
You can’t perform that action at this time.
0 commit comments