Update README to reflect current structure with specification.html

This commit is contained in:
openhands 2025-10-26 17:59:58 +00:00
parent 88f3448c8d
commit 41fe902d29
2 changed files with 3 additions and 3 deletions

View File

@ -4,14 +4,14 @@ This repository contains the project implementation based on the provided specif
## Structure ## Structure
- `docs/` - Contains project documentation and specifications - `specification.html` - Project specification document
- `src/` - Source code for the project - `src/` - Source code for the project
- `tests/` - Test files - `tests/` - Test files
- `config/` - Configuration files - `config/` - Configuration files
## Getting Started ## Getting Started
1. Review the specification in `docs/specification.html` 1. Review the specification in `specification.html`
2. Set up development environment 2. Set up development environment
3. Start implementing features according to the specification 3. Start implementing features according to the specification

File diff suppressed because one or more lines are too long