Skip to content

Commit 9fd47c3

Browse files
authored
Update README.md
1 parent 67f7889 commit 9fd47c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The project follows a clean, layered architecture for maximum maintainability:
5959
├── app/ # Next.js App Router (Routes and Pages)
6060
├── components/ # UI Library and Feature-specific components
6161
│ ├── features/ # Complex business logic components
62-
│ └── ui/ # Atomic, reusable Radix-based components
62+
│ └── ui/ # Atomic, reusable shadcn/ui-based components
6363
├── hooks/ # Custom React hooks (Data fetching & Logic)
6464
├── lib/ # Core configurations (Supabase, Contexts)
6565
├── services/ # External API integrations (Google, Payments)
@@ -74,7 +74,7 @@ The project follows a clean, layered architecture for maximum maintainability:
7474
- Node.js (Latest LTS)
7575
- pnpm (Recommended)
7676
- Supabase Project
77-
- Google Cloud Console credentials (for Calendar integration)
77+
- Google Apps Script (for Calendar integration)
7878

7979
### Installation
8080

0 commit comments

Comments
 (0)