From cb3ff71f3cc3a7188d98d8341187551c4ab07ad6 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 23 Dec 2017 19:52:39 +0100 Subject: [PATCH] readme - improved language --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1ed553d..fadfa72 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -*ansible-aur* is an Ansible module to use some AUR helpers. - -The following AUR helpers are supported: +*ansible-aur* is an Ansible module to use some AUR helpers. The following helpers are supported: - pacaur (default) - trizen @@ -8,9 +6,9 @@ The following AUR helpers are supported: - yay > Notes: -> * It is recommended to use the official *pacman* module for removals or for upgrades with the repositories, this module focuses on the AUR, -> * Searches are limited to the AUR using the *--aur* parameter except for *yay* and *yaourt* which do not support it and also search the repositories, -> * A package is reinstalled only if an update is available using the *--needed* parameter except for *yay* which do not support it and reinstalls systematically, +> * It is recommended to use the official *pacman* module for removals or for upgrades with the repositories, this module aims to cover the AUR, +> * Searches are limited to the AUR using the *--aur* parameter except for *yay* and *yaourt* which do not support it and systematically search the repositories, +> * A package is reinstalled only if an update is available using the *--needed* parameter except for *yay* which do not support it and systematically reinstalls, ## Options |parameter|required |default |choices |comments|