diff --git a/README.md b/README.md index 5cf0e0d..7fe9107 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,12 @@ Tuitio can be integrated with any system written in javascript through the npm p **Registry:** https://lab.code-rove.com/public-node-registry/-/web/detail/@flare/tuitio-client ### React -Tuitio can be integrated with an application written in React both through the above package and through [tuitio-react-client](https://lab.code-rove.com/gitea/bricks/tuitio-react-client). +Tuitio can be integrated with an application written in React both through the above package and through [tuitio-client-react](https://lab.code-rove.com/gitea/bricks/tuitio-client-react). -Tuitio react client uses [tuitio-client](https://lab.code-rove.com/gitea/bricks/tuitio-client#readme) internally and adds state management through a react context and various react hooks through which the user has access to data and actions. +Tuitio client react uses [tuitio-client](https://lab.code-rove.com/gitea/bricks/tuitio-client#readme) internally and adds state management through a react context and various react hooks through which the user has access to data and actions. -**Source code:** https://lab.code-rove.com/gitea/bricks/tuitio-react-client -**Registry:** https://lab.code-rove.com/public-node-registry/-/web/detail/@flare/tuitio-react-client +**Source code:** https://lab.code-rove.com/gitea/bricks/tuitio-client-react +**Registry:** https://lab.code-rove.com/public-node-registry/-/web/detail/@flare/tuitio-client-react ### C#