Skip to content

Commit

Permalink
Fix Schema Registry Readme Issue (#18411)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-jiaodi authored Oct 28, 2021
1 parent e9c4cd4 commit 6cf5309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/schemaregistry/schema-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const client = new SchemaRegistryClient("<fullyQualifiedNamespace>", new Default
const description = {
name: "<name>",
groupName: "<group name>",
format: "<schema format>"
format: "<schema format>",
schemaDefinition: "<schema definition>"
}

Expand Down

0 comments on commit 6cf5309

Please sign in to comment.