diff --git a/README.md b/README.md
index 42ec8b7..77350b3 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ thank you to [gamdl](https://github.com/glomatico/gamdl) for inspiring this proj
`WIDEVINE_CLIENT_ID` is uhm owie. this thing kind of Sucks to obtain and i would totally recommend finding a not-so-legal spot you can obtain this from (in fact, i found one on github LOL), rather than extracting it yourself. if you want to do through the pain like i did, check [this guide](https://forum.videohelp.com/threads/408031-Dumping-Your-own-L3-CDM-with-Android-Studio) out!! once you have your `client_id.bin` file, convert it to base64 and slap it in the env var (`cat client_id.bin | base64 -w 0`)
-`WIDEVINE_PRIVATE_KEY` is essentially the same process of obtainment, you'll get it from the same guide!! i'm not sure how to easily find one of these on the web, but i'm sure you end users (user count: 0 (
) can pull through. this is also in base64 (`cat private_key.pem | base64 -w 0`)
+`WIDEVINE_PRIVATE_KEY` is essentially the same process of obtainment, you'll get it from the same guide!! i'm not sure how to easily find one of these on the web, but i'm sure you end users (user count: 0 (
)) can pull through. this is also in base64 (`cat private_key.pem | base64 -w 0`)
`PUBLIC_DIR` and `VIEWS_DIR` should typically not need to be set by the user if using this repository as the working directory. blank values will result in simply `views` and `public` being grabbed from the cwd, which also so happens to be the default in [`.env.example`](./.env.example). set this manually to your own value if you get full runtime errors when accessing pages relating to templates being missing, assets having unexpected 404 issues, etc. this value is also recommended for packagers, to prevent the users having to copy over views and public--see how the nix build works!
@@ -39,13 +39,4 @@ guaranteed formats to work include:
## screenshots
-
-screenshots
-
-
-
-
-
-
-
-
+
diff --git a/docs/screen-dl.png b/docs/screen-dl.png
deleted file mode 100644
index 0742ccb..0000000
Binary files a/docs/screen-dl.png and /dev/null differ
diff --git a/docs/screen-home.png b/docs/screen-home.png
deleted file mode 100644
index ffd596a..0000000
Binary files a/docs/screen-home.png and /dev/null differ
diff --git a/docs/screen-search.png b/docs/screenshot.png
similarity index 100%
rename from docs/screen-search.png
rename to docs/screenshot.png