Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 863d03c

Browse files
authored
Merge pull request #106 from 1r00t/patch-1
Update README.md
2 parents 6dec06e + 39999a9 commit 863d03c

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
@@ -168,7 +168,7 @@ $ npx cypress run --env grep="hello world; auth user"
168168
```shell
169169
# run all tests WITHOUT "hello world" in their title
170170
$ npx cypress run --env grep="-hello world"
171-
# run tests with "hello", but without "word" in the titles
171+
# run tests with "hello", but without "world" in the titles
172172
$ npx cypress run --env grep="hello; -world"
173173
```
174174

0 commit comments

Comments
 (0)