From 93984968c3478c80d8cacd44013f9820bb27785c Mon Sep 17 00:00:00 2001 From: localhorst Date: Sun, 21 Dec 2025 09:24:50 +0100 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 912f61f..22a2e67 100644 --- a/README.md +++ b/README.md @@ -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