Skip to content

Commit a985041

Browse files
Update README.md (#24)
1 parent d921875 commit a985041

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
@@ -20,8 +20,8 @@ We invite you to raise issues to highlight any feedback you may have.
2020

2121
Within the early-access, only **basic produce and consume functionality** as well as the ability to **create and delete topics** are supported. All other admin client functionality is coming in future releases. See [INTRODUCTION.md](INTRODUCTION.md) for more details on what is supported.
2222

23-
To use **Schema Registry**, use the existing [kafkajs/confluent-schema-registry](https://github.com/kafkajs/confluent-schema-registry) library that is compatible with this library. For a simple schema registry example, see [sr.js](https://github.com/confluentinc/confluent-kafka-javascript/blob/dev_early_access_development_branch/examples/kafkajs/sr.js).
24-
23+
To use **Schema Registry**, use the existing [kafkajs/confluent-schema-registry](https://github.com/kafkajs/confluent-schema-registry) library that is compatible with this library. For a simple schema registry example, see [sr.js](https://github.com/confluentinc/confluent-kafka-javascript/blob/dev_early_access_development_branch/examples/kafkajs/sr.js). **DISCLAIMER:** Although it is compatible with **confluent-kafka-javascript**, Confluent does not own or maintain kafkajs/confluent-schema-registry, and the use and functionality of the library should be considered "as is".
24+
2525

2626
## Requirements
2727

@@ -34,7 +34,7 @@ The following configurations are supported for this early access preview:
3434
Installation on any of these platforms is meant to be seamless, without any C/C++ compilation required. It can be installed from GitHub:
3535

3636
```bash
37-
$ npm install "git+ssh://[email protected]/confluentinc/confluent-kafka-javascript.git#v0.1.8-devel"
37+
$ npm install @confluentinc/confluent-kafka-javascript
3838
```
3939

4040
Yarn and pnpm support is experimental.

0 commit comments

Comments
 (0)