From 7deee66ef98e4483ea15b2370ceb8551c289f09c Mon Sep 17 00:00:00 2001 From: SarenaAWS <6563840+sarenameas@users.noreply.github.com> Date: Wed, 4 Nov 2020 10:37:43 -0800 Subject: [PATCH] Fix some grammar and parenthesis in the README.md. (#60) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4e64fb2..a8e028e3 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ doxygen docs/doxygen/config.doxyfile ## Building unit tests ### Checkout Unity 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 Unity is required. Use the following command to clone the submodule: ```