Smal improvement on the README file

pull/2/head
Vinícius Garcia 2021-01-20 11:03:38 -03:00
parent ded48b3a7d
commit 77631f480c
1 changed files with 3 additions and 2 deletions

View File

@ -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