Skip to content

Commit 0cf9c66

Browse files
karlhorkyKent C. Dodds
authored andcommitted
docs: fix TypeScript casing (#59)
1 parent 3bdc6a6 commit 0cf9c66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This allows you to use all the useful
5858
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
5959

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

78-
### With typescript
78+
### With TypeScript
7979

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

0 commit comments

Comments
 (0)