We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebafdc commit 05485c3Copy full SHA for 05485c3
README.md
@@ -171,7 +171,7 @@ to let typeorm scan your entities or add them to the `entitie` configuration var
171
## Using the global validation pipes
172
173
**IMPORTANT**: In addition, you should enable the global validation pipe in your NestJS application. In your `main.ts`
174
-you should add these lines:
+you should use the `useGlobaPipes` with the `ValidationPipe` and the `transform` options set to `true`:
175
176
```typescript
177
async function bootstrap() {
0 commit comments