Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This allows you to use all the useful
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [Installation](#installation)
- [With typescript](#with-typescript)
- [With TypeScript](#with-typescript)
- [Usage](#usage)
- [Other Solutions](#other-solutions)
- [Contributors](#contributors)
Expand All @@ -75,7 +75,7 @@ should be installed as one of your project's `devDependencies`:
npm install --save-dev @testing-library/cypress
```

### With typescript
### With TypeScript

Typings are defined under `@testing-library/cypress/typings`, and should be
added as follows in `tsconfig.json`:
Expand Down