docs: remove horizontal rules from READMEs [skip ci]

This commit is contained in:
vee1e 2026-06-02 14:01:31 +05:30
parent 3b1c8a80df
commit 13e119c425
No known key found for this signature in database
GPG key ID: EB498AFC60A7A01A
3 changed files with 0 additions and 26 deletions

View file

@ -4,8 +4,6 @@ Upload, validate, and manage Excel-based questionnaires through a modern web UI.
**Live:** [bulk-questionnaire-upload.vercel.app](https://bulk-questionnaire-upload.vercel.app) · **API:** [bulk-questionnaire-upload.onrender.com](https://bulk-questionnaire-upload.onrender.com/docs)
---
## Screenshots
<!-- TODO: replace with actual screenshots -->
@ -13,8 +11,6 @@ Upload, validate, and manage Excel-based questionnaires through a modern web UI.
|:-----------------:|:---------:|:------------:|
| _screenshot_ | _screenshot_ | _screenshot_ |
---
## Performance
Benchmarks are measured automatically on every push to `main` against the live Render deployment.
@ -36,8 +32,6 @@ Benchmarks are measured automatically on every push to `main` against the live R
<!-- PERF_TABLE_END -->
---
## Stack
| Layer | Tech |
@ -51,8 +45,6 @@ Benchmarks are measured automatically on every push to `main` against the live R
See [`backend/README.md`](backend/README.md) for API reference, file format specs, and local setup.
See [`frontend/README.md`](frontend/README.md) for component structure, config, and development guide.
---
## Contributing
1. Fork and create a branch: `git checkout -b feat/your-thing`