diff --git a/README.md b/README.md index e6d0c63..25c770a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@

dataclasstools

Tools from dataclasses, extended to all of Python

-Python's `dataclasses` library provides powerful tools for working with objects, -but only compatible `@dataclass` objects. 😢 This repository is a superset of -those tools and extends them to work on ANY Python object you want! 🎉 You can +Python's `dataclasses` provides tools for working with objects, but only +compatible `@dataclass` objects. 😢
This repository is a superset of those +tools and extends them to work on ANY Python object you want! 🎉
You can easily register in object-specific methods and use a unified interface for object manipulation. 🕶️