Skip to content

Commit dd29acc

Browse files
committed
docs: update README.md
1 parent ef4b59e commit dd29acc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ This library is inspired by the HTTP interface in Spring 6 and provides a simila
3333
$ npm install @r2don/nest-http-interface
3434
```
3535

36+
If you have not installed `class-transformer`, you need to install it:
37+
38+
```bash
39+
$ npm install class-transformer
40+
```
41+
3642
## Usage
3743

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

0 commit comments

Comments
 (0)