diff --git a/README.md b/README.md
index df03baa..68e23ba 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Emby Media Server
+# Emby Media Server Docker Service
-This is an easy to manage systemd service which runs Emby Media Server within
-Docker. By running Emby as a system service using Docker and docker-compose,
-this ensures Emby can be portably run in any `X86_64` system which has systemd
-and Docker available.
+This is an easy to manage service which runs [Emby Media Server][emby] within
+[Docker][docker].
+
+By running Emby as a system service using Docker and docker-compose, this
+ensures Emby can be portably run in any `X86_64` system which has systemd and
+Docker available.
# Prerequisites
-* Docker
-* docker-compose
+* [Docker][install-docker]
+* [docker-compose][compose]
# Try out Emby
@@ -98,3 +100,8 @@ docker-compose exec -u root emby /bin/bash
# Now inside of the container change permissions
chown -R emby: /media/Emby-Uploaded-Photos
```
+
+[compose]: https://github.com/docker/compose/releases
+[emby]: https://emby.media/
+[install-docker]: https://docs.docker.com/install/
+[docker]: https://www.docker.com/