From 56268ac371bcf38b8d7b3df3688e192ed834b34a Mon Sep 17 00:00:00 2001 From: Sai Krishna Kethan Date: Mon, 18 Dec 2023 17:09:18 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9e1c1230..617a0b252 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ But things may go wrong very fast once you have a more complex object hierarchy. Alternatives? Yes, you can use class-transformer. Purpose of this library is to help you to map your plain javascript objects to the instances of classes you have. -This library also great for models exposed in your APIs, +This library is also great for models exposed in your APIs, because it provides a great tooling to control what your models are exposing in your API. Here is an example how it will look like: