Skip to content

Commit d2b289f

Browse files
authored
Update readme.md
1 parent 22b071e commit d2b289f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
The example contains the source code of the .NET 6 project created in the step-by-step tutorial: [Create an ASP.NET Core Dashboard Application](https://docs.devexpress.com/Dashboard/119284/get-started/build-web-dashboard-applications/create-an-aspnet-core-dashboard-application).
1111

1212
Restore npm packages to launch the project. Note that the script version on the client must match the version of libraries on the server.
13-
<!-- default file list -->
13+
1414
## Files to Look At
1515

1616
* [Program.cs](./CS/WebDashboardAspNetCore/Program.cs)
17-
* [Index.html](./CS/WebDashboardAspNetCore/Views/Home/Index.cshtml)
18-
<!-- default file list end -->
17+
* [Index.cshtml](./CS/WebDashboardAspNetCore/Pages/Index.cshtml)
18+
1919
## Documentation
2020

2121
- [ASP.NET Core Dashboard Control](https://docs.devexpress.com/Dashboard/115163/web-dashboard/aspnet-core-dashboard-control)

0 commit comments

Comments
 (0)