From 87346707be50764bc0940b013617d8e3643c6024 Mon Sep 17 00:00:00 2001 From: Olivier Mangin Date: Wed, 6 Jan 2016 23:56:55 -0500 Subject: [PATCH] FIX discrepancy in readme. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ef41f83..067f0ac 100644 --- a/readme.md +++ b/readme.md @@ -73,7 +73,7 @@ You can add custom commands to pubs by defining aliases in your config file (mak evince = open --with evince count = !pubs list -k | wc -l -The first command defines a new subcommand: `pubs open -w lp` will be executed when `pubs print` is typed. +The first command defines a new subcommand: `pubs open -w evince` will be executed when `pubs evince` is typed. The second starts with a bang: `!`, and is treated as a shell command.