Updated readme file

This commit is contained in:
Jovan Popovic
2016-07-31 22:04:18 -07:00
parent 0d79ce73ba
commit 15516fdc63
@@ -47,7 +47,7 @@ To run this sample, you need the following prerequisites.
4. Locate Startup.cs file in the project, change connection string in ConfigureServices() method to reference your database (default value ProductCatalog database on local instance with integrated security), and build solution using Ctrl+Shift+B, right-click on project + Build, or Build/Build Solution from menu.
5. Run the sample app using F5 or Ctrl+F5,
5. Run the sample app using F5 or Ctrl+F5 in Visual Studio 2015, or using **dotnet run** executed in the command prompt of the project root folder.
5.1. Open /index.html Url to get all products from database,
5.2. Use expand buttons to see history of products,
5.3. Restore some of the previous version using restore link,