Skip to content

Commit

Permalink
docs: update README for TS setup
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed Oct 13, 2020
1 parent 938c1c4 commit 1e41724
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1e41724

Please sign in to comment.