diff --git a/README.md b/README.md
index edc22be..72f8a0d 100644
--- a/README.md
+++ b/README.md
@@ -8,15 +8,14 @@
Modify LabyMod cosmetics programmatically with Python.
-| | Created by VicW |
-|--|--|
+### [Supported cosmetics](https://github.com/VictorWesterlund/labylib/wiki/labylib-Modules)
-_labylib or Victor Westerlund is in no way sponsored by or affiliated with LabyMod or LabyMedia GmbH._
-_This program is offered as-is and might stop working at any time_
+_labylib is in no way sponsored by or affiliated with LabyMod or LabyMedia GmbH._
+_This program is offered as-is and might stop working at any time._
## Installation
-1. Download and install [Python 3](https://www.python.org/downloads/) for your architecture.
-2. Install the latest version of labylib with [`pip3`](https://pypi.org/project/labylib/)
+1. Download and install [Python 3](https://www.python.org/downloads/).
+2. Install the latest version of labylib with [`pip`](https://pypi.org/project/labylib/)


@@ -24,10 +23,6 @@ _This program is offered as-is and might stop working at any time_
```bash
$ python3 -m pip install labylib
```
-*..or if that doesn't work*
-```python
-$ pip3 install labylib
-```
## Quickstart
1. Import a labylib Module from the [list of available modules](https://github.com/VictorWesterlund/labylib/wiki/labylib-Modules).
@@ -86,8 +81,11 @@ cape_texture.update("~/myAwesomeTexture.png")
If you find any bugs with- or would like to suggest features to labylib, please submit them under [Issues](https://github.com/VictorWesterlund/labylib/issues)
-Pull requests to labylib are highly encouraged!
-
## License
[GNU General Public License v3.0](https://github.com/VictorWesterlund/labylib/blob/master/LICENSE)
+
+----
+
+| | Created by VicW |
+|--|--|