diff --git a/readme.md b/readme.md
index 0d744a03..ca0ba6a2 100644
--- a/readme.md
+++ b/readme.md
@@ -4,7 +4,7 @@ AudioBookshelf is a self-hosted audiobook server for managing and playing your a
**Currently in early beta**
-
+
Missing a lot of features still, like...
@@ -15,7 +15,7 @@ Missing a lot of features still, like...
* Different views to see more details of each audiobook
* Mobile app will be next..
-
+
## Installation
@@ -25,7 +25,7 @@ Built to run in Docker for now (also on Unraid server Community Apps)
docker run -d -p 1337:80 -v /audiobooks:/audiobooks -v /config:/config -v /metadata:/metadata --name audiobookshelf --rm advplyr/audiobookshelf
```
-
+
## Contributing