Skip to content

Commit b6e62d7

Browse files
committed
edited c sharp sample to be more clear
1 parent a016414 commit b6e62d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

samples/csharp-dotnet/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# ASP.NET Core & JavaScript Task Manager
1+
# C# & ASP.NET Core
22

33
[![1-click-deploy](https://defang.io/deploy-with-defang.png)](https://portal.defang.dev/redirect?url=https%3A%2F%2Fgithub.com%2Fnew%3Ftemplate_name%3Dsample-csharp-dotnet-template%26template_owner%3DDefangSamples)
44

5-
This project is a simple task manager application using ASP.NET Core for the backend and JavaScript for client-side component rendering. We show case how to deploy it to both defang and docker for both prod and dev environments.
5+
This project is a simple task manager application using ASP.NET Core. We show case how to deploy it to both Defang and Docker for both prod and dev environments.
66

77
## NOTE
88

@@ -34,10 +34,10 @@ For development, we use two local containers, one for the frontend service and o
3434

3535
---
3636

37-
Title: ASP.NET Core & JavaScript Task Manager
37+
Title: C# & ASP.NET Core
3838

39-
Short Description: A task manager using ASP.NET Core for the backend and JavaScript for the frontend, containerized with Docker.
39+
Short Description: A task manager using ASP.NET Core containerized with Docker.
4040

4141
Tags: ASP.NET Core, JavaScript, C#
4242

43-
Languages: C#, JavaScript
43+
Languages: C#

0 commit comments

Comments
 (0)