diff --git a/README.md b/README.md
index 25c770a..7111f2e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
dataclasstools
-Tools from dataclasses, extended to all of Python
+Tools from dataclasses
, extended to all of Python
Python's `dataclasses` provides tools for working with objects, but only
compatible `@dataclass` objects. 😢 This repository is a superset of those