From 16d770c52e9be97e2177d03f1ac74d82676d44a9 Mon Sep 17 00:00:00 2001 From: Quique Porta Date: Sat, 13 Apr 2024 23:27:17 +0200 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25b3d0b..e21e4b5 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ i.e. two value objects are equal when they have the same value, not necessarily ## New version 3.0 -This new version is a complete rewrite of the library, now it uses **dataclasses** to define the value objects. -With this change we can use **type hints** to define the fields and the library will take care of the rest. -Now you have autocomplete and **type checking** in your IDE. With the previous version you had not autocomplete nor type checking. -You should be able to use this library with any version of python **3.7 or higher**. +This new version is a complete rewrite of the library, now it uses data classes to define the value objects. +With this change we can use type hints to define the fields and the library will take care of the rest. +Now you have autocomplete and type checking in your IDE. With the previous version, you did no autocomplete or type-checking. +You should be able to use this library with any version of Python 3.7 or higher. ## Installation