From f845553a801856889ebc77e644007f2e27afbc74 Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 10 Mar 2016 19:21:22 +1100 Subject: [PATCH] Readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdcef6e0..f7bcf776 100644 --- a/README.md +++ b/README.md @@ -362,11 +362,11 @@ alias fetch2="fetch \ #### How do I enable screenfetch mode? -Launching the script with `--ascii distro` or setting `ascii="distro"` and `image="ascii"`
+Launching the script with `--ascii` or setting `ascii="distro"` and `image="ascii"`
inside the config file will launch the script in "screenfetch mode". The script will
display your distro's ascii next to the info, exactly like screenfetch. -**NOTE:** If you don't have `w3m-img` or `imagemagick` installed screenfetch mode will be
+**NOTE:** If you **don't** have `w3m-img` or `imagemagick` installed screenfetch mode will be
used automatically ![arch](http://i.imgur.com/uCMjgf6.png) @@ -458,7 +458,7 @@ Thanks to: - [Screenfetch](https://github.com/KittyKatt/screenFetch): - I've used some snippets as a base for a few functions in this script. - - I've used the ascii art from here. + - Most of the ascii art. - [ufetch](https://github.com/jschx/ufetch): Tiny ascii logos - [@metakirby5](https://github.com/metakirby5): Providing great feedback as well as ideas for the script. - [@jrgz](https://github.com/jrgz): Helping me test the Mac OS X version.