From 161c0dad877ba269d43c9e5816865dbbf8115921 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Thu, 27 Jun 2019 14:41:59 +0200 Subject: [PATCH] Fix TypeScript casing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a0de91..347c38b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ This allows you to use all the useful - [Installation](#installation) - - [With typescript](#with-typescript) + - [With TypeScript](#with-typescript) - [Usage](#usage) - [Other Solutions](#other-solutions) - [Contributors](#contributors) @@ -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`: