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