Skip to content

Commit 4f23b3f

Browse files
committed
docs: update README license references and repository structure
- Fix license badge to point to LICENSE-Apache-2.0 - Update repository structure section to include NOTICE file - Ensure consistency with Apache license compliance setup
1 parent e9e4144 commit 4f23b3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ An open-source, production-ready AI coding agent for apps and websites.
66

77
Build, run, and ship full-stack applications with an agent that codes, executes, deploys, and integrates with your stack.
88

9-
[![License](https://img.shields.io/badge/License-Apache--2.0-blue)](./LICENSE)
9+
[![License](https://img.shields.io/badge/License-Apache--2.0-blue)](./LICENSE-Apache-2.0)
1010
[![Backend](https://img.shields.io/badge/Backend-FastAPI-009688)](#backend)
1111
[![Frontend](https://img.shields.io/badge/Frontend-Next.js_15-000000)](#frontend)
1212
[![DB](https://img.shields.io/badge/DB-Supabase-3FCF8E)](#database)
@@ -321,7 +321,8 @@ deployment-cheatcode/
321321
│ └── package.json # Node.js dependencies
322322
├── docker-compose.yaml # Multi-service Docker orchestration
323323
├── README.md # This file
324-
└── LICENSE # Apache 2.0 license
324+
├── LICENSE-Apache-2.0 # Apache 2.0 license
325+
└── NOTICE # Attribution notices for third-party components
325326
```
326327

327328
## API Documentation

0 commit comments

Comments
 (0)