Skip to content

Commit 0004558

Browse files
Dennis BergevinDennis Bergevin
Dennis Bergevin
authored and
Dennis Bergevin
committed
update toc
1 parent f68bf50 commit 0004558

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Cypress interactive cli prompts to select and run specs, tests or tags.
1616
#### Table of Contents
1717

1818
- [Installation](#installation)
19-
- [@bahmutov/cy-grep](#bahmutov/cy-grep)
20-
- [@cypress/grep](#cypress/grep)
19+
- [@bahmutov/cy-grep](#bahmutov-cy-grep)
20+
- [@cypress/grep](#cypress-grep-package)
2121
- [Run mode](#run-mode)
2222
- [Keyboard controls](#keyboard-controls)
2323
- [Test titles or tags](#test-titles-or-tags)
@@ -41,7 +41,7 @@ Cypress interactive cli prompts to select and run specs, tests or tags.
4141
npm install --save-dev cypress-cli-select
4242
```
4343

44-
### bahmutov/cy-grep
44+
### bahmutov cy-grep
4545

4646
In order to run specific tests by their title or tag, install the following plugin:
4747

@@ -51,7 +51,7 @@ npm install --save-dev @bahmutov/cy-grep
5151

5252
Follow the installation and setup for `@bahmutov/cy-grep` in the project [README](https://github.com/bahmutov/cy-grep)
5353

54-
### cypress/grep
54+
### cypress grep package
5555

5656
If you use `@cypress/grep`, you can use this package for specs **or** tag selection, but this package uses functionality not currently supported by `@cypress/grep` to allow for other uses.
5757

0 commit comments

Comments
 (0)