From 5d041a92a135c69d62185fe1dc2dbc2bb3a57e72 Mon Sep 17 00:00:00 2001 From: Salim Ben Dakhlia Date: Mon, 11 Dec 2023 11:07:34 +0100 Subject: [PATCH] chore: update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 21b3f5a6..ea0e8568 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ A collection of [NestJS](https://docs.nestjs.com) components. This repository is - [NestJS Google Cloud PubSub MicroService](#nestjs-google-cloud-pubsub-microservice) - [NestJS Google Cloud PubSub Client Proxy](#nestjs-google-cloud-pubsub-client-proxy) - [NestJS custom decorators](#nestjs-custom-decorators) + - [NestJS class validators](#nestjs-class-validators) ## NestJS Pagination @@ -57,6 +58,12 @@ A set of custom decorators for NestJS. See [the documentation here](./packages/custom-decorators). +## NestJS class validators + +A package containing overriden class validators. + +See [the documentation here](./packages/class-validators). + # Contribution This repository is managed by [Lerna.js](https://lerna.js.org). If you want to contribute, you need to follow these instructions: