From 208ce07d6ec8895249b1648a2d5634a67944d803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Thu, 3 Jun 2021 23:00:19 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae19ad9..79212a1 100644 --- a/README.md +++ b/README.md @@ -59,12 +59,12 @@ in order to save development time for your team, i.e.: - Less time spent learning (few methods to learn) - Less time spent testing (helper tools made to help you) -- less time spent debugging (simple apis are easier to debug) +- Less time spent debugging (simple apis are easier to debug) - and less time reading & understanding the code ### Kiss Interface -The current interface is as follows and we plan to keep +The current interface is as follows and we plan on keeping it with as little functions as possible, so don't expect many additions: ```go