From 1e41724d389e70ccda57b37ba1bb9c8f679b86da Mon Sep 17 00:00:00 2001 From: Evan Shortiss Date: Tue, 13 Oct 2020 10:30:39 +0100 Subject: [PATCH] docs: update README for TS setup --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 7ffcf0e..f771370 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,6 @@ You need to install `joi` with this module since it relies on it in npm i express-joi-validation joi --save ``` -For TypeScript developers you also need to install Joi types. JavaScript -developers can benefit from this too: - -``` -npm i @types/hapi__joi --save-dev -``` - - ## Example A JavaScript and TypeScript example can be found in the `example/` folder of this repository.