Skip to content

Commit

Permalink
📝 docs(readme): update TOC (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman authored Dec 4, 2024
1 parent e983695 commit 58c16b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ pip install dataclassish
## Documentation

- [Getting Started](#getting-started)
- [Working with a `@dataclass`](#working-with-a-dataclass)
- [Working with a `dict`](#working-with-a-dict)
- [The `__replace__` Method](#the-__replace__-method)
- [Registering in a Custom Type](#registering-in-a-custom-type)
- [Adding a Second Argument](#adding-a-second-argument)
- [Replacing a `@dataclass`](#replacing-a-dataclass)
- [Replacing a `dict`](#replacing-a-dict)
- [Replacing via the `__replace__` Method](#replacing-via-the-__replace__-method)
- [Replacing a Custom Type](#replacing-a-custom-type)
- [Nested Replacement](#nested-replacement)
- [dataclass tools](#dataclass-tools)
- [More tools](#more-tools)
- [Converters](#converters)
Expand Down

0 comments on commit 58c16b4

Please sign in to comment.