We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bdc6a6 commit 0cf9c66Copy full SHA for 0cf9c66
README.md
@@ -58,7 +58,7 @@ This allows you to use all the useful
58
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
59
60
- [Installation](#installation)
61
- - [With typescript](#with-typescript)
+ - [With TypeScript](#with-typescript)
62
- [Usage](#usage)
63
- [Other Solutions](#other-solutions)
64
- [Contributors](#contributors)
@@ -75,7 +75,7 @@ should be installed as one of your project's `devDependencies`:
75
npm install --save-dev @testing-library/cypress
76
```
77
78
-### With typescript
+### With TypeScript
79
80
Typings are defined under `@testing-library/cypress/typings`, and should be
81
added as follows in `tsconfig.json`:
0 commit comments