Skip to content

Commit c4600e1

Browse files
authored
Fix typo.
1 parent de09a54 commit c4600e1

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
@@ -98,7 +98,7 @@ After a few moments, a new tab should automatically open in your browser pointin
9898
| client:lint | lint only the api code |
9999
| client:setup | install npm dependencies in client/ |
100100
| client:test | run client unit tests with test coverage |
101-
| client:test | run client unit tests while watching source folders |
101+
| client:testWatch | run client unit tests while watching source folders |
102102
| | |
103103
| queue | start api worker queue server |
104104
| queue:dev | start api worker listener, restart on changes |
@@ -117,4 +117,4 @@ After a few moments, a new tab should automatically open in your browser pointin
117117
| setup | install subdirectory npm dependencies |
118118
| start | run api, client, and queue servers (production) |
119119
| test | run both client and api tests |
120-
| watch | alias for api:watch |
120+
| watch | alias for api:watch |

0 commit comments

Comments
 (0)