From 11a0542054734bc7998ce06fb66025d3e8d8c9b4 Mon Sep 17 00:00:00 2001 From: Lucas Ribeiro <65977273+LucasRibeir@users.noreply.github.com> Date: Wed, 30 Sep 2020 09:15:31 -0300 Subject: [PATCH] Update chapter-01-run-and-talk.md --- book/chapter-01-run-and-talk.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/chapter-01-run-and-talk.md b/book/chapter-01-run-and-talk.md index 0ad9704c..1669c1e0 100644 --- a/book/chapter-01-run-and-talk.md +++ b/book/chapter-01-run-and-talk.md @@ -9,6 +9,7 @@ 1- gbapp and gblib extensions which are folder extensions for the GeneralBots package type. gbapp and gblib are responsible for GeneralBots services in a Back-end development environment. +Four components builds up a General Bot App: dialogs, models, services and tests. 2- The .gbui extension is assigned to the GeneralBots front-end development environment. Angular, Riot, React and HTML are responsible for the dynamic functioning of GeneralBots services.