From 992b9abcf959a5991bffb8fe488b7235aea86094 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Tue, 2 Nov 2021 13:48:10 +0100 Subject: [PATCH] yet another fix to the readme :^) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1eb4bfa..191de30 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ interactive search. ## Options -* `--instance` instance to use. $config{instance} in .ptclirc. -* `--resolution` resolution to use. `0` should be the highest while `n` is the lowlest $config{resolution} in .ptclirc. -* `--player` player to use (e.g. mpv, vlc...). $config{player} in .ptclirc. +* `--instance` instance to use. `$config{instance}` in .ptclirc. +* `--resolution` resolution to use. `0` should be the highest while `n` is the lowlest `$config{resolution}` in .ptclirc. +* `--player` player to use (e.g. mpv, vlc...). `$config{player}` in .ptclirc. ## Tricks