From 06e5a6e180463cc166bd0950146c7dc9ff07c74d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Santos?= Date: Sun, 16 Feb 2025 11:26:32 +0100 Subject: [PATCH] docs(README): fix broken link to React usage example The README contained a broken link to the React usage example, making it difficult for developers to find the correct implementation details. - Updated the broken link to the correct URL (/packages/examples/react-demo/README.md). - Verified the link resolves correctly. This improves the developer experience by ensuring proper documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bed554f8..d2774d4f5 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ npm i @metamask/sdk See the following examples: - [Next.js](./packages/examples/nextjs-demo/README.md) -- [React](./packages/examples/create-react-app/README.md) +- [React](./packages/examples/react-demo/README.md) - [Vue.js](./packages/examples/vuejs/README.md) - [Pure JavaScript](./packages/examples/pure-javascript/README.md)