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