From 4c9a9d86e9dcd01edc83576bcb4d6c35e37dabed Mon Sep 17 00:00:00 2001 From: Carlos Salas Date: Mon, 12 Feb 2018 16:01:54 -0600 Subject: [PATCH] Change *SDK.Recognizer.Create* to *SDK.CreateRecognizer* on the README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3ca210..98125b6 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ function RecognizerSetup(SDK, recognitionMode, language, format, subscriptionKey // Alternatively use SDK.CognitiveTokenAuthentication(fetchCallback, fetchOnExpiryCallback) for token auth let authentication = new SDK.CognitiveSubscriptionKeyAuthentication(subscriptionKey); - return SDK.Recognizer.Create(recognizerConfig, authentication); + return SDK.CreateRecognizer(recognizerConfig, authentication); } function RecognizerStart(SDK, recognizer) {