1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

updated bullets in readme file

This commit is contained in:
Jovan Popovic
2016-07-31 22:20:14 -07:00
parent 49afa176f0
commit 456da2046d

View File

@ -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). 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. 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, 1. Open /index.html Url to get all products from database,
5.2. Use expand buttons to see history of products, 2. Use expand buttons to see history of products,
5.3. Restore some of the previous version using restore link, 3. Restore some of the previous version using restore link,
5.4. Use Slider to go back in time. 4. Use Slider to go back in time.
<a name=sample-details></a> <a name=sample-details></a>