From 9ba665141153cdc78752e3d00378d63585a0bf72 Mon Sep 17 00:00:00 2001 From: Sanjay Nagamangalam Date: Sat, 21 Oct 2017 16:53:15 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaf7c66..7e40481 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This is a *prototype* of a simple [ASP.NET Core 2.0](https://docs.microsoft.com/ You can run this prototype on Linux, macOS, Windows or Docker and optionally use [environment variables](#environment-variables) to connect to a local or remote SQL Server instance, Azure SQL Database and Azure SQL Data Warehouse. -For fun, I've added ```GET``` REST end-points to: +For fun, I've added ```GET``` REST API end-points to: -- navigate from **Server** -> **Databases** -> **Tables** -> **Columns** +- navigate **Server** -> **Databases** -> **Tables** -> **Columns** - generate ```CREATE DATABASE``` and ```CREATE TABLE``` T-SQL scripts - view data in tables