diff --git a/README.md b/README.md index c13e330..d79fc6e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Person.whereName().is("John").remove(); // Removes all rows where the name equal ### ⚡️ Compile-/Typesafe SQL queries via WHERE class ### ⚡️ Various utility methods, like fetching results lazily -##### How does it work? +#### How does it work? Generates one class for each table. The generated class contains static methods like get(), add(), update(), remove() etc. to interact with the table. Each instance/object of the class represents