diff --git a/README.md b/README.md
index cedfbb8c..e7660f7e 100644
--- a/README.md
+++ b/README.md
@@ -301,13 +301,6 @@ You can launch the script without a config file by using the flag `--config none
specify a custom config location using `--config path/to/config`.
-#### Setting the prompt height
-
-If your shell prompt's height is greater than 1 line high, you'll need to change a config
-option to avoid issues with the top lines in the script output getting cut off. Set the variable
-`$prompt_height` to your shell prompt's height in lines or use the launch flag `--prompt_height`.
-
-
#### Customizing what info gets displayed
In the config file there's a function that allows you to customize all of the info that
@@ -329,10 +322,11 @@ https://github.com/dylanaraps/fetch/wiki/Customizing-Info
If you don't want to use the config file you can customize almost everything using launch flags!
-Here's what my fetch alias looks like:
+Here's an example neofetch alias:
```sh
-alias fetch2="fetch \
+alias neofetch2="neofetch \
+--config off \
--block_range 1 8 \
--bold off \
--uptime_shorthand on \
@@ -487,16 +481,13 @@ alias fetch2="fetch \
#### How do I enable screenfetch mode?
-Launching the script with `--ascii` or setting `ascii="distro"` and `image="ascii"`
+Launching the script with `--ascii` or setting `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
used automatically
-![arch](http://i.imgur.com/uCMjgf6.png)
-
-
#### Why doesn't Neofetch support my wallpaper setter?
It's hard to add support for other wallpaper setters as they don't provide a way of
@@ -563,17 +554,11 @@ Thanks to:
- [Screenfetch](https://github.com/KittyKatt/screenFetch):
- I've used some snippets as a base for a few functions in this script.
- - 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.
-- [@mclado](https://github.com/mclado): Helping me with Max OS X testing
-- [@xDemonessx](https://github.com/xDemonessx): Helping me test the Windows version.
-- [@tudurom](https://github.com/tudurom): Helping me test **everything**.
-- [@iandrewt](https://github.com/iandrewt): OS X related bug fixes and features.
-- [@konimex](https://github.com/konimex): Packaging neofetch for a wide range of distros.
-- [@dawidd6](https://github.com/dawidd6): Packaging neofetch for Debian / Ubuntu.
-- Everyone else who has helped test the script, given feedback or reported bugs.
+ - Some of the ascii logos.
+- [ufetch](https://github.com/jschx/ufetch):
+ - Tiny ascii logos
+- Everyone else helped out in one way or another. I'd list all of the names
+but there's just too many of you. :)