From 58e67c5762742c9c4f65bf5487bdaff0f606ab2f Mon Sep 17 00:00:00 2001 From: Braisdom Date: Thu, 3 Dec 2020 10:40:00 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca04b067..f91e643c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ObjectiveSQL is an ORM framework in Java based on ActiveRecord pattern, which en - Dynamic code generation with [JSR 269](https://jcp.org/en/jsr/detail?id=269) for Java API of database access - Automate your methods of CRUD operations in database, and much more -- Easy to relation query, transaction and paged query +- Easy to relation query, transactional and paged query - Dynamically SQL programming with Java syntax, and similar to program with SQL syntax extremely ### Installation