Skip to content

Commit d2f75a9

Browse files
committed
Updating doc
1 parent 7117459 commit d2f75a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ksqlDB JDBC Driver [![Build Status](https://travis-ci.org/mmolimar/ksql-jdbc-driver.svg?branch=master)](https://travis-ci.org/mmolimar/ksql-jdbc-driver)[![Coverage Status](https://coveralls.io/repos/github/mmolimar/ksql-jdbc-driver/badge.svg?branch=master)](https://coveralls.io/github/mmolimar/ksql-jdbc-driver?branch=master)
22

3-
**ksql-jdbc-driver** is a Type 3 Java Database Connectivity (JDBC) driver that provides standard access to
3+
**ksql-jdbc-driver** is a Type 4 Java Database Connectivity (JDBC) driver that provides standard access to
44
Apache Kafka via JDBC API.
55

6-
In the current version, the driver connects to the [ksqlDB engine](https://ksqldb.io/) to
7-
perform queries to Kafka and then, the engine translates those requests to Kafka requests.
6+
The driver connects to the [ksqlDB engine](https://ksqldb.io/) then, the engine translates those requests
7+
to Kafka requests.
88

99
## Getting started
1010

0 commit comments

Comments
 (0)