Skip to content

Commit d89520c

Browse files
committed
Changed readme slightly
Signed-off-by: Ash-Jose <ashlinjose986@outlook.com>
1 parent ee32f35 commit d89520c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

C++/pathfinding_visualizer/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ pathfinding_visualizer/
5151
│ └── MainWindow.ui
5252
```
5353

54-
> Icons are SVG files, recommended from **Lucide Icons** (MIT licensed).
55-
> Place all SVGs in `ui/icons/` exactly matching the filenames above.
56-
5754
---
5855

5956
## 🛠️ Prerequisites
@@ -98,10 +95,10 @@ The grid updates visually using `Node` objects in a `QGraphicsScene`.
9895

9996
### Toolbar Controls
10097

101-
- **Run** (`play.svg`)
98+
- **Run**
10299
Starts the selected algorithm on a background thread (`AlgorithmWorker`).
103100

104-
- **Reset** (`reset.svg`)
101+
- **Reset**
105102
Clears all walls, visited cells, and path markings. Start/Target nodes return to defaults.
106103

107104
- **Algorithm Selector**

0 commit comments

Comments
 (0)