Skip to content

Commit 19ac7d0

Browse files
committed
Add Fable application in README.md and fix links
1 parent 69698d1 commit 19ac7d0

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

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

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.
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, the console application using .NET and Fable application in F#.
44

55
## Getting Started
66

77
### Blazor Server
88

99
```
10-
git clone https://github.com/lulunac27a/text-counter-c-sharp-application.git
10+
git clone https://github.com/lulunac27a/text-counter-dot-net-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-c-sharp-application.git
19+
git clone https://github.com/lulunac27a/text-counter-dot-net-application.git
2020
cd text-counter-razor
2121
dotnet build
2222
dotnet run
@@ -25,9 +25,16 @@ dotnet run
2525
### Console Application
2626

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

34+
### Fable Application
35+
36+
``git clone https://github.com/lulunac27a/text-counter-dot-net-application.git
37+
cd text-counter-f-sharp-application
38+
npm run build
39+
npm run start
40+
```

0 commit comments

Comments
 (0)