From 15516fdc630f20eed64bd9a773d4712e67f1a39f Mon Sep 17 00:00:00 2001 From: Jovan Popovic Date: Sun, 31 Jul 2016 22:04:18 -0700 Subject: [PATCH] Updated readme file --- samples/features/temporal/product-catalog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/temporal/product-catalog/README.md b/samples/features/temporal/product-catalog/README.md index 3630f66b..4b304005 100644 --- a/samples/features/temporal/product-catalog/README.md +++ b/samples/features/temporal/product-catalog/README.md @@ -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,