From 52486502a0903a03943447af7fd5bbad9e3146a1 Mon Sep 17 00:00:00 2001 From: Nik Handyman Date: Mon, 19 Aug 2024 00:36:25 +0200 Subject: [PATCH] Update README.md feat(docs): fix 'versa' -> 'vice versa' --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index da6209f20..350929b3a 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ [![codecov](https://codecov.io/gh/typestack/class-transformer/branch/develop/graph/badge.svg)](https://codecov.io/gh/typestack/class-transformer) [![npm version](https://badge.fury.io/js/class-transformer.svg)](https://badge.fury.io/js/class-transformer) -Its ES6 and Typescript era. Nowadays you are working with classes and constructor objects more than ever. -Class-transformer allows you to transform plain object to some instance of class and versa. -Also it allows to serialize / deserialize object based on criteria. +It's ES6 and Typescript era. Nowadays, you are working with classes and constructor objects more than ever. +Class-transformer allows you to transform a plain object to some class instance and vice versa. +Also, it allows to serialize/deserialize objects based on criteria. This tool is super useful on both frontend and backend. -Example how to use with angular 2 in [plunker](http://plnkr.co/edit/Mja1ZYAjVySWASMHVB9R). -Source code is available [here](https://github.com/pleerock/class-transformer-demo). +Example of how to use with angular 2 in [plunker](http://plnkr.co/edit/Mja1ZYAjVySWASMHVB9R). +The source code is available [here](https://github.com/pleerock/class-transformer-demo). ## Table of contents