Skip to content

Commit e9c31c8

Browse files
committed
Update README.md
1 parent 2ff059c commit e9c31c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
## How to test
77

88
* Restore all nuget packages.
9-
* Set AbpODataDemo.WebHost as startup project
10-
* Perform a GET request to http://localhost:61842/odata/Persons to get list of people.
11-
* Perform a GET request to http://localhost:61842/odata/$metadata#Persons to get person metadata.
9+
* Set __AbpODataDemo.WebHost__ as startup project
10+
* Open Package Manager Console, set __AbpODataDemo.EntityFramework__ as default project and run __Update-Database__ command.
11+
* Perform a GET request to __http://localhost:61842/odata/Persons__ to get list of people.
12+
* Perform a GET request to __http://localhost:61842/odata/$metadata#Persons__ to get person metadata.

0 commit comments

Comments
 (0)