From 41fe902d29deb2a17cc62d94539311039df8a7f5 Mon Sep 17 00:00:00 2001 From: openhands Date: Sun, 26 Oct 2025 17:59:58 +0000 Subject: [PATCH] Update README to reflect current structure with specification.html --- README.md | 4 ++-- docs/specification.html => specification.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename docs/specification.html => specification.html (99%) diff --git a/README.md b/README.md index 10bc5a4..53ca3e8 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ This repository contains the project implementation based on the provided specif ## Structure -- `docs/` - Contains project documentation and specifications +- `specification.html` - Project specification document - `src/` - Source code for the project - `tests/` - Test files - `config/` - Configuration files ## Getting Started -1. Review the specification in `docs/specification.html` +1. Review the specification in `specification.html` 2. Set up development environment 3. Start implementing features according to the specification diff --git a/docs/specification.html b/specification.html similarity index 99% rename from docs/specification.html rename to specification.html index 0d88b7c..a9cb7df 100644 --- a/docs/specification.html +++ b/specification.html @@ -117,4 +117,4 @@ from { left: -80%; width: 80%; } to { left: 110%; width: 10%; } } -
    \ No newline at end of file +
      \ No newline at end of file