From c844535efb1321c0d7c28e1e275b424a68850a78 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sat, 19 Aug 2023 04:48:55 +0900 Subject: [PATCH] Fix a typo in README (#4896) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c1dbba88..1e7001382 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ cmake --build . #### CMake Project + fetch content -For this scenario, CMake will fetch the Azure SDK source code and make it part of your project. THe SDK client libraries will be compiled at the same time as your application. +For this scenario, CMake will fetch the Azure SDK source code and make it part of your project. The SDK client libraries will be compiled at the same time as your application. Follow the step 1 from above to create a CMake project first.