From fdef92ad6b1e91033638a19368c44139f96609d7 Mon Sep 17 00:00:00 2001 From: Benjin Dubishar Date: Thu, 25 Jun 2020 00:59:26 -0700 Subject: [PATCH] Update README.md (#11094) * Update README.md * Update README.md --- extensions/sql-database-projects/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extensions/sql-database-projects/README.md b/extensions/sql-database-projects/README.md index ddd9353859..609deccd16 100644 --- a/extensions/sql-database-projects/README.md +++ b/extensions/sql-database-projects/README.md @@ -9,8 +9,9 @@ Please report issues and feature requests [here.](https://github.com/microsoft/a ## Getting Started with Database Projects -* Create a new database project by selecting File -> New Database Project, going to the Database Projects viewlet under Explorer, or by searching for **New Database Project** in the command palette (Ctrl + Shift + P). -* Existing database projects can be opened from File -> Open File, or via **Open Database Project** in the command palette. +* Create a new database project by going to the **Projects** viewlet under Explorer, or by searching for **New Database Project** in the command palette. +* Existing database projects can be opened via **Open Database Project** in the command palette. +* Start from an existing database by using **Import New Database Project** from the command palette. ## Code of Conduct