Typo fix in README

This commit is contained in:
Yabin Meng
2021-03-10 17:32:27 -06:00
parent 8b1ff8bbcc
commit 635e2a243c

View File

@@ -458,12 +458,12 @@ Pulsar driver provides 2 schema support modes, via the global level schema
related settings as below:
* Avro schema:
```properties
shcema.type= avro
schema.type= avro
schema.definition= file:///<file/path/to/the/definition/file>
```
* Default byte[] schema:
```properties
shcema.type=
schema.type=
schema.definition=
```