Update sample readme to public preview (#10)

This commit is contained in:
Arthur Erlendsson 2020-09-23 10:06:46 -07:00 коммит произвёл GitHub
Родитель 05161aee96
Коммит d3e8b37e3c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,4 @@
## [Private Preview] Kafka Avro Integration for Azure Schema Registry
## [Public Preview] Kafka Avro Integration for Azure Schema Registry
This document will show how to run Kafka-integrated Apache Avro serializers and deserializers backed by Azure Schema Registry
## Prerequisites
@ -44,4 +44,4 @@ The generated class can be found in the `target/generated-sources` folder.
The code can then be run with the follow command:
```bash
mvn -e clean compile exec:java -Dexec.mainClass="com.azure.schemaregistry.samples.App"
```
```