Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
[Schema Registry] Edit readme (Azure#18048)
Browse files Browse the repository at this point in the history
  • Loading branch information
deyaaeldeen authored Oct 6, 2021
1 parent 9c80f49 commit c7f4926
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 @@ -105,7 +105,7 @@ const description = {
schemaDefinition: "<schema definition>"
}

const found = await client.getSchemaId(description);
const found = await client.getSchemaProperties(description);
if (found) {
console.log(`Got schema ID=${found.id}`);
}
Expand Down

0 comments on commit c7f4926

Please sign in to comment.