We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafe2c5 commit afd2395Copy full SHA for afd2395
README.md
@@ -45,8 +45,8 @@ npm install ksqldb-js
45
Create a client in the application file:
46
47
```
48
-const ksqljs = require('ksqldb-js');
49
-const client = new ksqljs({ksqldbURL: '<url to ksqlDB server>'})
+const ksqldb = require('ksqldb-js');
+const client = new ksqldb({ksqldbURL: '<url to ksqlDB server>'})
50
51
52
To run tests initiate Docker containers included in yaml file:
0 commit comments