diff --git a/README.md b/README.md index f7ff188c7..68f3587f6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ This repo hosts a few of my projects related to the Fediverse client `pl-fe`. Th - [pl-fe](./packages/pl-fe/) — a social networking client app forked from Soapbox - [pl-api](./packages/pl-api) — a library for interacting with Mastodon API-compatible servers, focused on support for projects extending the official Mastodon API. It is used by `pl-fe`. +- [pl-hooks](./packages/pl-hooks) — a library including hooks for integrating with Mastodon API, based on `pl-api` and TanStack. It is intended to be used within `pl-fe`. Work in progress. More projects to be announced. diff --git a/packages/pl-hooks/README.md b/packages/pl-hooks/README.md index 6055266a7..a198d0dae 100644 --- a/packages/pl-hooks/README.md +++ b/packages/pl-hooks/README.md @@ -1,6 +1,6 @@ # `pl-hooks` -> This project should be considered unstable before the 1.0.0 release. I will not provide any changelog or information on breaking changes until then. +> This project API should be considered unstable before the 1.0.0 release. I will not provide any changelog or information on breaking changes until then. ## License