Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbl428 committed Oct 21, 2023
1 parent ff7326c commit 7dd824f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ This library is inspired by the HTTP interface in Spring 6 and provides a simila
$ npm install @r2don/nest-http-interface
```

If you have not installed `class-transformer`, you need to install it:

```bash
$ npm install class-transformer
```

## Usage

First, the module we created must be imported into `AppModule.ts`:
Expand Down

0 comments on commit 7dd824f

Please sign in to comment.