From 456da2046d41d839f8e37750ad91154a6a9219ad Mon Sep 17 00:00:00 2001 From: Jovan Popovic Date: Sun, 31 Jul 2016 22:20:14 -0700 Subject: [PATCH] updated bullets in readme file --- samples/features/temporal/product-catalog/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/features/temporal/product-catalog/README.md b/samples/features/temporal/product-catalog/README.md index 60174546..f308b710 100644 --- a/samples/features/temporal/product-catalog/README.md +++ b/samples/features/temporal/product-catalog/README.md @@ -48,10 +48,10 @@ 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, Build/Build Solution from menu, or **dotnet build** command from the command line (from the root folder of application). 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, -5.4. Use Slider to go back in time. + 1. Open /index.html Url to get all products from database, + 2. Use expand buttons to see history of products, + 3. Restore some of the previous version using restore link, + 4. Use Slider to go back in time.