Skip to content

Commit b1392a8

Browse files
authored
Merge pull request #31 from oslabs-beta/gb/readme-new
made edits to readme
2 parents 813ef4c + af64966 commit b1392a8

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
@@ -28,7 +28,7 @@ ksqlDB-JS - a ksqlDB client for Node.js
2828

2929
> Node.js - https://nodejs.org/en/
3030
>
31-
> Apache Kafka - https://ksqldb.io/
31+
> ksqlDB - https://ksqldb.io/
3232
>
3333
> Docker (for tests) -https://www.docker.com/
3434
@@ -105,7 +105,7 @@ client.createStream('testStream',
105105
partitions = 1);
106106
```
107107

108-
- ### For custom SQL statements including complex joins use the .ksql method
108+
- #### For custom SQL statements including complex joins use the .ksql method
109109

110110
```
111111
client.ksql('DROP STREAM IF EXISTS testStream;');

0 commit comments

Comments
 (0)