Skip to content

Commit c4ccd2c

Browse files
authored
Fix typo in README.md (#61)
Fix typo in README.md
1 parent fbf2f6c commit c4ccd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ By default, the submodules in this repository are configured with `update=none`
9494

9595
To build unit tests, the submodule dependency of CMock is required. Use the following command to clone the submodule:
9696
```
97-
git submodule update --checkout --init --recursive --test/unit-test/CMock
97+
git submodule update --checkout --init --recursive test/unit-test/CMock
9898
```
9999

100100
### Platform Prerequisites

0 commit comments

Comments
 (0)