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.