Skip to content

Commit

Permalink
Fix typo in README.md (#61)
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
chinglee-iot authored Nov 17, 2021
1 parent fbf2f6c commit c4ccd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ By default, the submodules in this repository are configured with `update=none`

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

### Platform Prerequisites
Expand Down

0 comments on commit c4ccd2c

Please sign in to comment.