From 77631f480c3e967854c53e7ae247ba5f3560a734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Wed, 20 Jan 2021 11:03:38 -0300 Subject: [PATCH] Smal improvement on the README file --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41d3ca8..c4e6a2d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ we find in the tools I've seen so far, namely: Besides both these examples were not created having easy tests as one of the requisites, which might cause -you team to loose far more time than necessary writing +your team to loose far more time than necessary writing the tests or worst: Opting to not writing tests since it would take too much time. @@ -53,7 +53,8 @@ in order to save development time for your team, i.e.: ### Kiss Interface -The current interface is as follows: +The current interface is as follows and we plan to keep +it with as little functions as possible, so don't expect many additions: ```go // ORMProvider describes the public behavior of this ORM