From 311064ad0942ffba73a25c5ca4e5600f10e3d914 Mon Sep 17 00:00:00 2001 From: openhands Date: Sun, 26 Oct 2025 18:07:08 +0000 Subject: [PATCH] Update README to include specification.txt information --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 53ca3e8..b836594 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,18 @@ This repository contains the project implementation based on the provided specif ## Structure -- `specification.html` - Project specification document +- `specification.html` - Project specification document (HTML format) +- `specification.txt` - Information about the specification format - `src/` - Source code for the project - `tests/` - Test files - `config/` - Configuration files ## Getting Started -1. Review the specification in `specification.html` -2. Set up development environment -3. Start implementing features according to the specification +1. Review the specification in `specification.html` (requires JavaScript execution in browser) +2. Read `specification.txt` for information about the specification format +3. Set up development environment +4. Start implementing features according to the specification ## Development