From ec1eebcf0ef723b788fc12a9f8b65da112a8eb8e Mon Sep 17 00:00:00 2001 From: Baher Abdullah <86964919+BaherAbdullah@users.noreply.github.com> Date: Thu, 23 Dec 2021 11:49:52 +0200 Subject: [PATCH 1/2] Update README.md updated Read me --- sdk/textanalytics/azure-ai-textanalytics/samples/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/README.md b/sdk/textanalytics/azure-ai-textanalytics/samples/README.md index bf2066be003a..028a5e072f61 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/samples/README.md +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/README.md @@ -54,8 +54,8 @@ For more information about how the versioning story of the SDK corresponds to th pip install azure-identity ``` -2. Clone or download this sample repository -3. Open the sample folder in Visual Studio Code or your IDE of choice. +2. Clone or download this sample file +3. Open the sample file in Visual Studio Code or your IDE of choice. ## Running the samples @@ -116,4 +116,4 @@ what you can do with the Azure Text Analytics client library. [azure_subscription]: https://azure.microsoft.com/free/ [azure_text_analytics_account]: https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account?tabs=singleservice%2Cwindows [azure_identity_pip]: https://pypi.org/project/azure-identity/ -[api_reference_documentation]: https://aka.ms/azsdk-python-textanalytics-ref-docs \ No newline at end of file +[api_reference_documentation]: https://aka.ms/azsdk-python-textanalytics-ref-docs From 13af24c41cd14f09d398db3b233fb4efbae35b36 Mon Sep 17 00:00:00 2001 From: Baher Abdullah <86964919+BaherAbdullah@users.noreply.github.com> Date: Wed, 5 Jan 2022 12:48:13 +0200 Subject: [PATCH 2/2] Update sdk/textanalytics/azure-ai-textanalytics/samples/README.md Co-authored-by: Krista Pratico --- sdk/textanalytics/azure-ai-textanalytics/samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/README.md b/sdk/textanalytics/azure-ai-textanalytics/samples/README.md index 028a5e072f61..0f9b96be4fb7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/samples/README.md +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/README.md @@ -54,7 +54,7 @@ For more information about how the versioning story of the SDK corresponds to th pip install azure-identity ``` -2. Clone or download this sample file +2. Clone the repo or download the sample file 3. Open the sample file in Visual Studio Code or your IDE of choice. ## Running the samples