Skip to content

Commit

Permalink
fix: fix README.md typo (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed Dec 15, 2023
1 parent ea78f03 commit 17bf157
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -882,8 +882,7 @@ library documentation. Typer is also based on Click.
One source of motivation for creating Feud is that at the time of creation,
Pydantic was not yet supported as a type system for Typer. It is worth
noting that Pydantic as an optional dependency is on Typer's [tentative roadmap](https://github.com/tiangolo/typer/issues/678),
so it will with no doubt be interesting to see how the implementation compares
to Feud!
so it will be interesting to see how the implementation compares to Feud!

Typer is a more complete library for building CLIs overall, but currently
lacks support for more complex types such as those offered by Pydantic.
Expand Down

0 comments on commit 17bf157

Please sign in to comment.