Skip to content

Commit d59ca75

Browse files
authored
Changing the sample
1 parent 2f64917 commit d59ca75

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@ Example: https://blazor.syncfusion.com/demos/Charts/Column
77
Documentation: https://ej2.syncfusion.com/blazor/documentation/chart/getting-started
88

99
## Project pre-requisites
10-
Make sure that you have the compatible versions of Visual Studio Code and .NET Core SDK 3.1.1 in your machine before starting to work on this project.
10+
Make sure that you have the compatible versions of Visual Studio 2019 and .NET Core SDK 3.1.2 in your machine before starting to work on this project.
1111

1212
## How to run this application?
13-
To run this application, you need to first clone the `create-blazor-charts-in-a-blazor-server-app` repository and then open it in Visual Studio Code. Now, open the `Integrated Terminal` in VS Code and run the following command to build and run this project.
14-
15-
```
16-
dotnet watch run
17-
```
13+
To run this application, you need to first clone the `create-blazor-charts-in-a-blazor-server-app` repository and then open it in Visual Studio 2019. Now, simply build and run your project to view the output.
1814

1915
Navigate to `http://localhost:5000/` or `http://localhost:5001/` in the browser to view the output.
2016

0 commit comments

Comments
 (0)