Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanagama authored Oct 21, 2017
1 parent eedeadb commit 5f13374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down Expand Up @@ -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 ;-)

0 comments on commit 5f13374

Please sign in to comment.