From dff211c732ce589b1ea3743e2b38c15baabd49bc Mon Sep 17 00:00:00 2001 From: Erhnysr Date: Wed, 8 Jul 2026 11:23:11 +0300 Subject: [PATCH] fix(docs): correct example app path in CONTRIBUTING The codebase-navigation section pointed to examples/test-app, but the directory is examples/testapp (as referenced in AGENTS.md and the yarn workspace globs). Fix the path so it resolves. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6113e523..8d34634e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ Then, from the root folder run: The SDK is built using yarn workspaces. - `packages/account-sdk` - The main package that exports the SDK -- `examples/test-app` - An example React app that is used to test the SDK in a real browser environment +- `examples/testapp` - An example React app that is used to test the SDK in a real browser environment Use `yarn dev` to start the example app and build the package with hot reloading.