From d5598d1c6119e6c833e20c451cc67f327ca1b81e Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Mon, 1 Sep 2014 21:18:15 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c59034..6caefd2 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,8 @@ Open a GitHub issue if you think some other program should be on the default lis set -g @resurrect-processes 'irb pry "~rails server" "~rails console"' -- If the wrong command is restored, try specifying inline strategy for the - program with `->`: +- Use `->` to specify a command to be used when restoring a program (useful if + the default restore command fails ): set -g @resurrect-processes 'some_program "grunt->grunt development"'