Skip to content

Commit b13b871

Browse files
authored
Update README.md
1 parent 6de5518 commit b13b871

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The repository consists of projects as below:
1414

1515
| # |Project Name | Project detail | location| Environment |
1616
| ---| --- | --- | --- | --- |
17-
| 1 | Xero.Demo.Api | Dotnet5 WebApi as backend | Api folder | [![.Net Framework](https://img.shields.io/badge/DotNet-5.0-blue.svg?style=plastic)](https://dotnet.microsoft.com/download/dotnet/5.0)|
18-
| 2 | Xero.Demo.Api.Tests | Tests for webapi | Api.Test folder | [![.Net Framework](https://img.shields.io/badge/DotNet-5.0-blue.svg?style=plastic)](https://dotnet.microsoft.com/download/dotnet/5.0)|
17+
| 1 | Xero.Demo.Api | Dotnet5 WebApi as backend | **src\Api** folder | [![.Net Framework](https://img.shields.io/badge/DotNet-5.0-blue.svg?style=plastic)](https://dotnet.microsoft.com/download/dotnet/5.0)|
18+
| 2 | Xero.Demo.Api.Tests | Tests for webapi | **src\Api.Test** folder | [![.Net Framework](https://img.shields.io/badge/DotNet-5.0-blue.svg?style=plastic)](https://dotnet.microsoft.com/download/dotnet/5.0)|
1919

2020
### Summary
2121

@@ -47,7 +47,7 @@ The overall objective of the applications :
4747

4848
> 1. Within **Visual Studio Code** open a command terminal by pressing the computer keyboard buttons `Control` and `~`
4949
>
50-
> 2. Within the terminal, browse to folder location named as **"Api"**
50+
> 2. Within the terminal, browse to folder location named as **"src\Api"**
5151
>
5252
> 3. Restore the dependencies, type `dotnet restore` on the terminal
5353
>
@@ -62,7 +62,7 @@ For better experience please chrome browser
6262
##### (b) To run the unit test project
6363
> 1. Within **Visual Studio Code** Open a new command terminal
6464
>
65-
> 2. Within the new terminal, browse to the folder named as **"Api.Test"**
65+
> 2. Within the new terminal, browse to the folder named as **"src\Api.Test"**
6666
>
6767
> 3. To run the tests, type `dotnet test` on the terminal
6868

0 commit comments

Comments
 (0)