Skip to content

Commit 05ca987

Browse files
committed
merged ms/fileRestructuring
1 parent 2f9809d commit 05ca987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ksQlient/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The client is available on Node package manager (npm) ([link](https://www.npmjs.
4141

4242
```bash
4343

44-
npm install ksqldb-js
44+
npm install ksQlient
4545

4646
```
4747

@@ -50,7 +50,7 @@ npm install ksqldb-js
5050
Create a client in the application file:
5151

5252
```javascript
53-
const ksqldb = require("ksqldb-js");
53+
const ksqldb = require("ksQlient");
5454
const client = new ksqldb({ ksqldbURL: "<url to ksqlDB server>" });
5555
```
5656

0 commit comments

Comments
 (0)