diff --git a/packages/account-ui/README.md b/packages/account-ui/README.md index 741cac6a..28f8b960 100644 --- a/packages/account-ui/README.md +++ b/packages/account-ui/README.md @@ -19,10 +19,10 @@ npm install @base-org/account-ui For detailed usage examples and setup instructions for each framework: -- **[React](./react/README.md)** - React-specific documentation and examples -- **[Preact](./preact/README.md)** - Preact-specific documentation and examples -- **[Vue](./vue/README.md)** - Vue-specific documentation and examples -- **[Svelte](./svelte/README.md)** - Svelte-specific documentation and examples +- **[React](src/frameworks/react/README.md)** - React-specific documentation and examples +- **[Preact](src/frameworks/preact/README.md)** - Preact-specific documentation and examples +- **[Vue](src/frameworks/vue/README.md)** - Vue-specific documentation and examples +- **[Svelte](src/frameworks/svelte/README.md)** - Svelte-specific documentation and examples ## Quick Start - React @@ -100,4 +100,4 @@ This package provides: - **Framework-specific exports**: `/react`, `/preact`, `/vue`, `/svelte` - **Shared component logic**: Preact components as the base implementation - **Framework wrappers**: React, Vue, and Svelte components that mount Preact components -- **Type definitions**: Full TypeScript support for all frameworks \ No newline at end of file +- **Type definitions**: Full TypeScript support for all frameworks