fix readme

This commit is contained in:
2025-12-21 09:24:50 +01:00
parent 515fc24f1d
commit 93984968c3

View File

@ -8,7 +8,7 @@ A web-based tool for finding the optimal cell configuration in lithium battery p
- **Pack Configuration**: Support for any SxP configuration (e.g., 6S2P, 4S3P, 12S4P)
- **Cell Matching**: Optimize by capacity (mAh) and internal resistance (mΩ)
- **Multiple Algorithms**:
- **Matching Algorithm**:
- Exhaustive Search (optimal for small configurations)
- **Surplus Cell Support**: Use more cells than needed; the algorithm selects the best subset
- **Live Progress**: Watch the optimization in real-time
@ -77,7 +77,7 @@ lixx_cell_pack_matcher/
│ └── styles.css # Application styles
├── js/
│ ├── app.js # Main application logic
│ └── matching-algorithms.js # Matching algorithms
│ └── matching-workers.js # Matching algorithms
├── data/
│ └── favicon.svg # Application icon
├── README.md # This file