From ee334cbcf84821a9b0011f9ca841fedb901ab5fb Mon Sep 17 00:00:00 2001 From: Marek Brieger Date: Tue, 25 Nov 2025 13:20:26 +0100 Subject: [PATCH] chore: improve grammar in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d76dad2f..f4322592d 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ and limited with - range headers. More about ## Data Integrity Rather than relying on an Object Relational Mapper and custom -imperative coding, this system requires you put declarative constraints +imperative coding, this system requires you to put declarative constraints directly into your database. Hence no application can corrupt your data (including your API server).