Skip to content

Commit 6e65c75

Browse files
authored
fix(docs): correct typo in test command (#16)
Fixed a typo in the README.md file where "tast test" was replaced with "task test". This ensures clarity and prevents confusion for users following the instructions.
1 parent a17ca13 commit 6e65c75

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
@@ -182,5 +182,5 @@ task mod
182182
task build
183183

184184
# Run the tests
185-
tast test
185+
task test
186186
```

0 commit comments

Comments
 (0)