Skip to content

Commit 30b86f4

Browse files
authored
Update README.md
1 parent f0163fa commit 30b86f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ ImageAlchemy - A PyQT5-based image processing application offering a variety of
88
- [Description](#description)
99
- [Features](#features)
1010
- [Quick Preview](#quick-preview)
11-
- [User Interface Structure](#user_interface_structure)
11+
- [UI Structure](#ui-structure)
1212
- [Folder Structure](#folder-structure)
1313
- [Executing program](#executing-program)
14-
- [App Flow](#app_flow)
14+
- [App Flow: How to use the app?](#app-flow-how-to-use-the-app)
1515
- [Shortcuts](#shortcuts)
1616
- [Future Updates](#future-updates)
1717
- [Help](#help)
@@ -64,7 +64,7 @@ ImageAlchemy is a comprehensive image processing application developed using PyQ
6464

6565
![Apply and adjust local and global threshold effect](README_resources/Thresholding.gif)</div>
6666

67-
## User Interface Structure
67+
## UI Structure
6868

6969
![App Flow](https://github.com/Computer-Vision-Spring-2024/Task-2/blob/main/README_resources/App_Flow.png)
7070

@@ -207,7 +207,7 @@ pip install -r requirements.txt
207207
```
208208
3. Run the file with the name "ImageAlchemyUI.py"
209209

210-
## App Flow
210+
## App Flow: How to use the app?
211211

212212
1. **Importing an Image**:
213213

0 commit comments

Comments
 (0)