From f331495424cbfc7ac2a0ca2f29789ac05d67fb5a Mon Sep 17 00:00:00 2001 From: Deyaaeldeen Almahallawi Date: Tue, 5 Oct 2021 16:13:41 -0400 Subject: [PATCH] [Schema Registry] Edit readme (#18048) --- sdk/schemaregistry/schema-registry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/schemaregistry/schema-registry/README.md b/sdk/schemaregistry/schema-registry/README.md index 0fe7fab91115..74d68aa8260e 100644 --- a/sdk/schemaregistry/schema-registry/README.md +++ b/sdk/schemaregistry/schema-registry/README.md @@ -105,7 +105,7 @@ const description = { schemaDefinition: "" } -const found = await client.getSchemaId(description); +const found = await client.getSchemaProperties(description); if (found) { console.log(`Got schema ID=${found.id}`); }