Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjono1 authored Jul 2, 2024
1 parent 9c5a8bb commit 4a9d348
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

Convert [Joi](https://github.com/sideway/joi) Schemas to TypeScript interfaces

Now supporting ESM and CJS Modules

This will allow you to use generate TypeScript interfaces from Joi Schemas giving you confidence the schema and interface match. You no longer have to manually create the same structure again, saving you time and reducing errors.

Works with any TypeScript project and also perfectly with [Hapi](https://github.com/hapijs/hapi) API requests/responses.
Expand Down Expand Up @@ -43,7 +41,7 @@ npm install joi
```

- This has been built for `"joi": "^17"` and will not work for older versions
- Supported node versions 16, 18, 20
- Supported node versions 18, 20

## Suggested Usage

Expand Down Expand Up @@ -323,7 +321,6 @@ export interface Settings {
Recommended Editor is VS Code, this project is setup with VSCode settings in the `./.vscode` directory to keep development consistent.
Best developed on macOS, Linux, or on Windows via WSL.
Node 14, 16 or 18
Install [nodejs](https://nodejs.org/) via [nvm](https://github.com/nvm-sh/nvm) so you can have multiple versions installed
Expand Down

0 comments on commit 4a9d348

Please sign in to comment.