From b09b677cd8d18654ce67c1d0f3b957a5028380ad Mon Sep 17 00:00:00 2001 From: Steve Phillips Date: Fri, 12 May 2017 01:19:51 -0700 Subject: [PATCH] README.md: Fixed typo (sentence fragment) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 337bb8f43..4c6388abc 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ directly into your database. Hence no application can corrupt your data (including your API server). The PostgREST exposes HTTP interface with safeguards to prevent -surprises, such as enforcing idempotent PUT requests, and +surprises, such as enforcing idempotent PUT requests. See examples of [PostgreSQL constraints](http://www.tutorialspoint.com/postgresql/postgresql_constraints.htm)