From 26f508a320aa333ffc895843ef24b0769d0774ea Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 14 Mar 2021 22:39:31 +0100 Subject: [PATCH] update README --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 0b66bc9..6b16fa1 100644 --- a/README.org +++ b/README.org @@ -3,13 +3,13 @@ :header-args: :tangle tyt :shebang "#!/bin/sh" :END: - Terminal YouTube (*tyt*) is a small bash script that lets you play YouTube videos from the command line. + Terminal YouTube (*tyt*) is a small bash script that lets you play YouTube videos by query from the command line. It is created via literate programming, you can find the code below. ** Script *** Dependencies - The dependencies of the scripts are: + The dependencies of the script are: - [[https://stedolan.github.io/jq/][jq]] - [[https://mpv.io/][mpv]]