From 5f13374ef205d2729bf1cfe6bbfc40338bc82866 Mon Sep 17 00:00:00 2001 From: Sanjay Nagamangalam Date: Sat, 21 Oct 2017 16:58:37 -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 b30eaa6..8e39e16 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ For fun, I've added ```GET``` REST API end-points to: Thanks to SMO, the REST API always returns up-to-date information if there are schema or data changes in the database while the web app is running. -Currently, the prototype only supports the ```GET``` verb. I hope to support additional database objects and verbs (```PUT```, ```POST```, ```UPDATE``` and ```DELETE```) in the near future. +Currently, the web app only supports the ```GET``` verb. I hope to support additional database objects and verbs (```PUT```, ```POST```, ```UPDATE``` and ```DELETE```) in the near future. ## Try it out! @@ -146,4 +146,4 @@ As you've probably heard, the [SQL Server Management Objects (SMO)](https://www. Take a look at the [SQL Server Management Objects (SMO) Programming Guide](https://docs.microsoft.com/en-us/sql/relational-databases/server-management-objects-smo/sql-server-management-objects-smo-programming-guide) for samples and API reference documentation. -Profit ;-) +Happy programming with SMO ;-)