From 24ef32d988f9da6288899887c6ed87315383982f Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Mon, 23 Sep 2019 19:06:55 -0300 Subject: [PATCH] fix: README.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61837b29..0372cd7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,7 +50,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### AUR support (**arch gem**): - Search, install, uninstall, downgrade, retrieve history and launch packages - Faster source files downloads improving installation speed ( see **README.md** for more information ) -- Automatically improves package compilations (see *README.md** for more information ) +- Automatically improves package compilations (see **README.md** for more information ) ### Code - Code was internally modularized as: **api** (conceptual classes used to create custom software managers), **gems** (software managers), **commons** (common classes shared between the **view** and **gems**), **view** (UI code)