From fddae4aa3a1f784ab07c2cca4a6c659cb7855ab3 Mon Sep 17 00:00:00 2001 From: "Edwin (Ed) Onuonga" Date: Wed, 3 Jan 2024 20:44:19 +0000 Subject: [PATCH] docs: remove headings from projects table (#137) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5163a7e..8877f1e 100644 --- a/README.md +++ b/README.md @@ -855,7 +855,7 @@ maintainers and the work they have done that Feud has built upon. -##### [Click](https://github.com/pallets/click) +[**Click**](https://github.com/pallets/click) @@ -875,7 +875,7 @@ generated CLI. -##### [Rich Click](https://github.com/ewels/rich-click) +[**Rich Click**](https://github.com/ewels/rich-click) @@ -894,7 +894,7 @@ A shim around Click that renders help output nicely using -##### [Pydantic](https://github.com/pydantic/pydantic) +[**Pydantic**](https://github.com/pydantic/pydantic) @@ -916,7 +916,7 @@ types which can also be used as type hints in Feud commands for input validation -##### [Typer](https://github.com/tiangolo/typer) +[**Typer**](https://github.com/tiangolo/typer) @@ -939,7 +939,7 @@ lacks support for more complex types such as those offered by Pydantic. -##### [Thor](https://github.com/rails/thor) +[**Thor**](https://github.com/rails/thor)