From 5fff2c0ed44b3cc6f85475a10b33dd262d8a99db Mon Sep 17 00:00:00 2001 From: SarenaAWS <6563840+sarenameas@users.noreply.github.com> Date: Wed, 4 Nov 2020 10:50:24 -0800 Subject: [PATCH] Add missing parenthesis. (#103) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcb4c8f3a..5ff888fe4 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ For a CMake example of building the MQTT library with the `mqttFilePaths.cmake` ## Building Unit Tests ### Checkout CMock Submodule -By default, the submodules in this repository are configured with `update=none` in [.gitmodules](.gitmodules) to avoid increasing clone time and disk space usage of other repositories (like [amazon-freertos](https://github.com/aws/amazon-freertos) that submodule this repository. +By default, the submodules in this repository are configured with `update=none` in [.gitmodules](.gitmodules) to avoid increasing clone time and disk space usage of other repositories (like [amazon-freertos](https://github.com/aws/amazon-freertos) that submodules this repository). To build unit tests, the submodule dependency of CMock is required. Use the following command to clone the submodule: ```