File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
</div >
6
6
7
7
<div align =" center " >
8
- <a href =" https://github.com/oslabs-beta/ksqljs " ><img src =" https://img.shields.io/badge/license-MIT-blue " /></a >
9
- <a href =" https://github.com/oslabs-beta/ksqljs /stargazers " ><img alt =" GitHub stars " src =" https://img.shields.io/github/stars/oslabs-beta/ksqljs " ></a >
10
- <a href =" https://github.com/oslabs-beta/ksqljs /issues " ><img alt =" GitHub issues " src =" https://img.shields.io/github/issues/oslabs-beta/ksqljs " ></a >
11
- <img alt =" GitHub last commit " src =" https://img.shields.io/github/last-commit/oslabs-beta/ksqljs " >
8
+ <a href =" https://github.com/oslabs-beta/ksqlSuite " ><img src =" https://img.shields.io/badge/license-MIT-blue " /></a >
9
+ <a href =" https://github.com/oslabs-beta/ksqlSuite /stargazers " ><img alt =" GitHub stars " src =" https://img.shields.io/github/stars/oslabs-beta/ksqlSuite " ></a >
10
+ <a href =" https://github.com/oslabs-beta/ksqlSuite /issues " ><img alt =" GitHub issues " src =" https://img.shields.io/github/issues/oslabs-beta/ksqlSuite " ></a >
11
+ <img alt =" GitHub last commit " src =" https://img.shields.io/github/last-commit/oslabs-beta/ksqlSuite " >
12
12
13
13
<p align =" center " > <strong >A native Node.js client for ksqlDB</strong ></p >
14
14
</div >
@@ -37,11 +37,11 @@ Sample use cases:
37
37
38
38
## <a name =" getting-started " ></a > Getting Started
39
39
40
- The client is available on Node package manager (npm) ([ link] ( https://www.npmjs.com/package/ksqldb-js ) )
40
+ The client is available on Node package manager (npm) ([ link] ( https://www.npmjs.com/package/ksqlient ) )
41
41
42
42
``` bash
43
43
44
- npm install ksQlient
44
+ npm install ksqlient
45
45
46
46
```
47
47
@@ -50,7 +50,7 @@ npm install ksQlient
50
50
Create a client in the application file:
51
51
52
52
``` javascript
53
- const ksqldb = require (" ksQlient " );
53
+ const ksqldb = require (" ksqlient " );
54
54
const client = new ksqldb ({ ksqldbURL: " <url to ksqlDB server>" });
55
55
```
56
56
You can’t perform that action at this time.
0 commit comments