Skip to content

Commit d0bd470

Browse files
authored
Change title to explain the README more clearly
1 parent 9a02d84 commit d0bd470

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Text Counter Application in ASP.NET Pages
1+
# Text Counter Application in .NET using ASP.NET Pages and Console Application in C#
22

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.
3+
This app calculates the number of characters, words, and lines based on the text box area's content using Blazor Server and Razor Pages with ASP.NET Pages, and the console application using .NET.
44

55
## Getting Started
66

77
### Blazor Server
88

99
```
10-
git clone https://github.com/lulunac27a/text-counter-asp-net-application.git
10+
git clone https://github.com/lulunac27a/text-counter-c-sharp-application.git
1111
cd text-counter-blazor
1212
dotnet build
1313
dotnet run
@@ -16,7 +16,7 @@ dotnet run
1616
### Razor Pages
1717

1818
```
19-
git clone https://github.com/lulunac27a/text-counter-asp-net-application.git
19+
git clone https://github.com/lulunac27a/text-counter-c-sharp-application.git
2020
cd text-counter-razor
2121
dotnet build
2222
dotnet run
@@ -25,7 +25,7 @@ dotnet run
2525
### Console Application
2626

2727
```
28-
git clone https://github.com/lulunac27a/text-counter-asp-net-application.git
28+
git clone https://github.com/lulunac27a/text-counter-c-sharp-application.git
2929
cd text-counter-console
3030
dotnet build
3131
dotnet run

0 commit comments

Comments
 (0)