Skip to content

Commit 263ec31

Browse files
authored
Update README.md
1 parent 80a4ac6 commit 263ec31

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ dotnet new rest-api -n ASPNetCoreService
4646
```
4747
It creates a new project "ASPNetCoreService" in the corresponding subfolder.
4848
Replace the "ASPNetCoreService" with a desired name.
49+
4950
3. Run the project:
5051
```
52+
cd ASPNetCoreService
5153
dotnet run
5254
```
5355
4. Open a browser and navigate to [http://localhost:5000/swagger](http://localhost:5000/swagger) to see an API documentation
@@ -71,4 +73,4 @@ Have fun and happy hacking!
7173
|2020-01-21|1.3|<p>- Update target framework to .Net Core 2.2
7274
|2019-08-22|1.2|<p>- Project tags are added to make it simple to find this project template in a VS2019 project creation wizard<p>- Update NuGet packages to the latest versions|
7375
|2019-04-03|1.1|- Support VS2019
74-
|2019-01-21|1.0|- Initial version
76+
|2019-01-21|1.0|- Initial version

0 commit comments

Comments
 (0)