From ababc9f6d9e0c87abb4cd68e6944f059f7f4419b Mon Sep 17 00:00:00 2001 From: cubixle Date: Tue, 5 Oct 2021 13:34:54 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 160c443..fedc534 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Tuugen -Tuugen takes a tuugen.yml and a grpc proto definition to generate common boiler plate logic. Some of the common boiler plate it generates is http routes, grpc service, basic data model structs and a main file with some default plumbing. +Tuugen takes a tuugen.yml and a grpc proto definition file to generate common boiler plate logic. Some of the common boiler plate it generates is http routes, grpc service, basic data model structs and a main file with some default plumbing. Tuugen adds an interactor package which the http and grpc transport layers use for business logic.