diff --git a/readme.md b/readme.md
index 0f7e40a2..5d48be51 100644
--- a/readme.md
+++ b/readme.md
@@ -6,21 +6,26 @@ AudioBookshelf is a self-hosted audiobook server for managing and playing your a
-Folder Structures Supported:
-* `/[TITLE]/...`
-* `/[AUTHOR]/[TITLE]/...`
-* `/[AUTHOR]/[SERIES]/[TITLE]/...`
-* Title can start with a year and hyphen like, "1989 - Book Title Here", which will use 1989 as the publish year.
+#### Folder Structures Supported:
+
+```bash
+/Title/...
+/Author/Title/...
+/Author/Series/Title/...
+
+Title can start with the publish year like so:
+/1989 - Awesome Book/...
+```
-Missing a lot of features still, like...
+#### There is still a lot to do:
* Adding new audiobooks require pressing Scan button again (on settings page)
* Matching is all manual now and only using 1 source (openlibrary)
* Need to add cover selection from match results
-* Different views to see more details of each audiobook
-* Mobile app will be next..
+* Support different views to see more details of each audiobook
+* Then comes the mobile app..