From d772e7c13ea73f6af2256bbc92654a58474be070 Mon Sep 17 00:00:00 2001 From: William Melody Date: Wed, 8 Apr 2020 17:47:53 -0700 Subject: [PATCH] Avoid long lines in README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f0996a..7a39a98 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,12 @@ # Hosts -`hosts` is a command line program for managing [hosts file](https://en.wikipedia.org/wiki/Hosts_\(file\)) entries. +`hosts` is a command line program for managing +[hosts file](https://en.wikipedia.org/wiki/Hosts_\(file\)) entries. -`hosts` works with existing hosts files and entries, making it easier to add, remove, comment, and search hosts file entries using simple, memorable commands. +`hosts` works with existing hosts files and entries, making it easier to add, +remove, comment, and search hosts file entries using simple, memorable +commands. ## Installation @@ -46,7 +49,8 @@ curl -L https://raw.github.com/xwmx/hosts/master/hosts \ -o ~/bin/hosts && chmod +x ~/bin/hosts ``` -A package for Arch users is also [available in the AUR](https://aur.archlinux.org/packages/hosts/). +A package for Arch users is also +[available in the AUR](https://aur.archlinux.org/packages/hosts/). ## Usage