Skip to content

Commit

Permalink
Update README.md newlines (#9)
Browse files Browse the repository at this point in the history
* Update README.md for better line separations.

Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
nstarman and pre-commit-ci[bot] authored Jul 17, 2024
1 parent 170794e commit 91efd5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<h1 align='center'> dataclasstools </h1>
<h2 align="center">Tools from dataclasses, extended to all of Python</h2>

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. 😢 </br> This repository is a superset of those
tools and extends them to work on ANY Python object you want! 🎉 </br> You can
easily register in object-specific methods and use a unified interface for
object manipulation. 🕶️

Expand Down

0 comments on commit 91efd5d

Please sign in to comment.