From 49de9cb4677bfc85a19e6d509858b80016e6118b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Ka=CC=88gy?= Date: Wed, 15 Feb 2023 09:24:19 +0100 Subject: [PATCH] fix add missing reference to main readme file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ee2c565..bf6eb8f2 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ These components read/write information from the global post object or a `PostCo These hooks read/write information from the global post object or a `PostContext`. - [useAllTerms](./hooks/use-all-terms/) +- [useTaxonomy](./hooks/use-taxonomy/) - [useIsSupportedTaxonomy](./hooks/use-is-supported-taxonomy/) - [usePost](./hooks/use-post/) - [usePrimaryTerm](./hooks/use-primary-term/)