Fix a typo in README (#4896)

This commit is contained in:
Sutou Kouhei 2023-08-19 04:48:55 +09:00 committed by GitHub
parent 66e36b0399
commit c844535efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.