typestack / class-transformer

Decorator-based transformation, serialization, and deserialization between objects and classes.
MIT License
6.64k stars 486 forks source link

fix: Readme.md is outdated in regards of decorator names #1721

Open SimonX200 opened 1 week ago

SimonX200 commented 1 week ago

Description

The decorators in the Readme.md Doc still refers to the naming from 0.3.x It still contains @TransfromPlainToClass which was renamed to @TransformPlainToInstance

Expected behavior

The decorators refer to naming of the release 0.5.x e.g. @TransformPlainToInstance

Actual behavior

The decorators refer to naming of the release 0.3.x e.g. @TransfromPlainToClass