From 9d0e2ae49a8993d1977e635c9316894c30a73b5b Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Tue, 17 Sep 2019 17:51:56 -0300 Subject: [PATCH] improving README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8a6feab..c0bcde94 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ You can change some application settings via environment variables or arguments **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** +**commons**: common code used by **gems** and **view** ### Roadmap - Support for other packaging technologies