From 4513f0a3f5b4bc112ba5a0d0f9c2d48515356371 Mon Sep 17 00:00:00 2001 From: Kan Tang Date: Wed, 6 Jan 2021 14:13:02 +0800 Subject: [PATCH] Resolves typo in Storage Readme (#1270) Resolves https://github.com/Azure/azure-sdk-for-cpp/issues/1073 # Pull Request Checklist Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly: See the detailed list in the [contributing guide](https://github.com/Azure/azure-sdk-for-cpp/blob/master/CONTRIBUTING.md#pull-requests). - [x] [C++ Guidelines](https://azure.github.io/azure-sdk/cpp_introduction.html) - [x] Doxygen docs - [x] Unit tests - [x] No unwanted commits/changes - [x] Descriptive title/description - [x] PR is single purpose - [x] Related issue listed - [x] Comments in source - [x] No typos - [x] Update changelog - [x] Not work-in-progress - [x] External references or docs updated - [x] Self review of PR done - [x] Any breaking changes? --- sdk/storage/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/storage/README.md b/sdk/storage/README.md index 0a6766381..19688a00c 100644 --- a/sdk/storage/README.md +++ b/sdk/storage/README.md @@ -58,7 +58,7 @@ You can use the package manager on different Unix platforms to install the depen - libxml2. - OpenSSL. - libcurl. - - nolhmann-json. + - nlohmann-json. ### Build from Source