Skip to content

Commit d2bd72b

Browse files
committed
Updated README
1 parent 2e8301b commit d2bd72b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ task build:unit-test-<lib_name>
4646
## Testing
4747
To build and run all unit tests:
4848
```shell
49-
task test:all
49+
task test-all
5050
```
5151

5252
To build and run unit tests for a single library:
5353
```shell
54-
task test:run-<lib_name>
54+
task test-<lib_name>
5555
```
5656

5757
## Linting

0 commit comments

Comments
 (0)