aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6d5a75..6efc98c 100644
--- a/README.md
+++ b/README.md
@@ -50,10 +50,11 @@ Add it as a keybinding to `yeetube-mode-map`
``` emacs-lisp
(define-key yeetube-mode-map (kbd "c") 'yeetube-switch-mpv)
```
+#### Downloading non-Youtube links
`yeetube-download-videos` is not specific to YouTube, it's just a
front end for `yt-dlp`. Open a Dired buffer and navigate to your
-desired *PATH* and run it interactively.
+desired *PATH* and run `yeetube-download-videos` interactively.
## Installation