Skip to content

Commit dcee3a5

Browse files
committed
Update README
1 parent 99917ed commit dcee3a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a text counter application that uses Flask to count the number of charac
55
## Getting Started
66

77
1. Clone the repository to your local machine.
8-
2. Install Flask: `pip install flask`
8+
2. Install the required dependencies like Flask: `pip install flask`
99
3. Run the application: `python app.py`
1010
4. Open your web browser and go to `http://localhost:8081` to access the application.
1111
5. Enter the text in the text area box and click on the "Calculate Text Count" button to see the number of characters, words, and lines in the text.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a text counter application that uses Flask to count the number of charac
55
## Getting Started
66

77
1. Clone the repository to your local machine.
8-
2. Install Flask: `pip install flask`
8+
2. Install the required dependencies like Flask: `pip install flask`
99
3. Run the application: `python app.py`
1010
4. Open your web browser and go to `http://localhost:8081` to access the application.
1111
5. Enter the text in the text area box and click on the "Calculate Text Count" button to see the number of characters, words, and lines in the text.

0 commit comments

Comments
 (0)