diff --git a/README.md b/README.md
index c76de1d..f7d372f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-

+
Your subtitles deserve metadata. Sublogue adds it.
@@ -13,8 +13,7 @@ Sublogue is a lightweight open-source tool for enriching SRT files. Pull metadat
- Fetch metadata from OMDb, TMDb, and TVMaze
- Add runtime, director, cast, and ratings to subtitle headers
- Preserve original dialogue and timing with safe insertion logic
-- Clean, fast web UI for scanning and batch processing
-- Docker-first deployment with persistent storage
+- Clean, fast web UI for scanning and batch processing built in Svelte
## Getting started
@@ -26,7 +25,7 @@ Create `data/` and `media/` folders next to the compose file, then run:
version: "3.9"
services:
sublogue:
- image: ponzischeme89/sublogue:latest
+ image: ghcr.io/onzischeme89/sublogue:latest
container_name: sublogue
restart: unless-stopped
environment:
@@ -65,7 +64,7 @@ Create a new stack and paste a Komodo template like this:
version: "3.9"
services:
sublogue:
- image: ponzischeme89/sublogue:latest
+ image: ghcr.io/onzischeme89/sublogue:latest
container_name: sublogue
ports:
diff --git a/docs/sublogue_v2.png b/docs/sublogue_v2.png
new file mode 100644
index 0000000..4790c12
Binary files /dev/null and b/docs/sublogue_v2.png differ