From 8e82f62164bb911748c51b326d2ae38386f06062 Mon Sep 17 00:00:00 2001 From: Kim Santiago <31145923+kisantia@users.noreply.github.com> Date: Thu, 30 Mar 2023 15:56:17 -0700 Subject: [PATCH] cleanup sql projects readme (#22538) * cleanup sql projects readme * update to use code blocks for commands --- extensions/sql-database-projects/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/sql-database-projects/README.md b/extensions/sql-database-projects/README.md index 00227d607e..b3087e7207 100644 --- a/extensions/sql-database-projects/README.md +++ b/extensions/sql-database-projects/README.md @@ -17,10 +17,10 @@ Please report issues and feature requests [here.](https://github.com/microsoft/a ## Getting Started with Database Projects -* Create a new database project by going to the **Projects** viewlet or by searching **Projects: New** in the command palette. -* Existing database projects can be opened by going to the **Projects** viewlet or by searching **Projects: Open Existing** in the command palette. -* Start from an existing database by using the **Create Project from Database** from the command palette or database context menu. -* Start from an OpenAPI/Swagger spec by using the **Generate SQL Project from OpenAPI/Swagger spec** command. +* Create a new database project by going to the `Database Projects` view or by searching `Database Projects: New` in the command palette. +* Existing database projects can be opened by going to the `Database Projects` view or by searching `Database Projects: Open existing` in the command palette. +* Start from an existing database by using the `Create Project from Database` from the command palette or database context menu. +* Start from an OpenAPI/Swagger spec by using the `Generate SQL Project from OpenAPI/Swagger spec` command (Preview). ## Code of Conduct