From 12906057ba3ca408f68995b539a13fb380ea28d7 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Tue, 17 Sep 2019 17:51:11 -0300 Subject: [PATCH] improving README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5be4f5de..e8a6feab 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ You can change some application settings via environment variables or arguments **gems**: code responsible to work with the different packaging technologies (every submodule deals with one or more type) -**api**: code abstractions representing the main actions that a user can do with Linux packages (search, install, ...). These abstractions are implemented by the *gems*, and +**api**: code abstractions representing the main actions that a user can do with Linux packages (search, install, ...). These abstractions are implemented by the **gems**, and the **view** code is only attached to them (it does not know how the **gems** handle the actions) **commons**: common code used by **gem** and **view**