Skip to content

Commit 9a02d84

Browse files
authored
Add console application in README.md and fix grammar
1 parent 6f85689 commit 9a02d84

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Text Counter Application in ASP.NET Pages
22

3-
This is an app to calculate the number of characters, words, and lines based on text content of the text box area using Blazor Server and Razor Pages.
3+
This app calculates the number of characters, words, and lines based on the text box area's content using Blazor Server, Razor Pages, and the console application.
44

55
## Getting Started
66

@@ -20,4 +20,14 @@ git clone https://github.com/lulunac27a/text-counter-asp-net-application.git
2020
cd text-counter-razor
2121
dotnet build
2222
dotnet run
23-
```
23+
```
24+
25+
### Console Application
26+
27+
```
28+
git clone https://github.com/lulunac27a/text-counter-asp-net-application.git
29+
cd text-counter-console
30+
dotnet build
31+
dotnet run
32+
```
33+

0 commit comments

Comments
 (0)