Skip to content

Commit 73218be

Browse files
authored
Update README.md
1 parent c982ae7 commit 73218be

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Rich Text Processor
22

33
## Overview
4-
Rich Text Processor is a simple text editor application with rich text editing capabilities. It provides a user-friendly interface for creating, editing, and formatting text content.
4+
Rich Text Processor is a lightweight text editor application with rich text editing capabilities. It provides a user-friendly interface for creating, editing, and formatting text content.
55

66
## Features
77
- **Rich Text Editing**: Format your text with bold, italic, underline, and more.
88
- **Spell Checking**: Enable spell check functionality to catch typos and errors.
9-
- **Text Formatting**: Change font, size, color, and alignment of your text.
9+
- **Text Formatting**: Change font, size, color, and alignment.
1010
- **Undo/Redo**: Easily undo or redo your actions.
1111
- **Printing Support**: Print your documents with ease.
1212

@@ -17,16 +17,14 @@ Rich Text Processor is a simple text editor application with rich text editing c
1717

1818
### Installation
1919
1. Clone the repository.
20-
```bash
21-
git clone https://github.com/your-username/rich-text-processor.git
22-
```
20+
```git clone https://github.com/your-username/rich-text-processor.git```
2321

2422
2. Build the project using Visual Studio or your preferred IDE.
2523

2624
3. Run the application.
2725

2826
### Usage
29-
Applying formatting must be done by selecting the text first, then pressing the corresponding button or hotkey.
27+
Applying formatting with the buttons must be done by selecting the text first. Hotkeys do not require this, however.
3028

3129
## License
3230
This project is licensed under the MIT License.

0 commit comments

Comments
 (0)