diff --git a/README.rdoc b/README.rdoc index 9dbd3ef..2558dcd 100644 --- a/README.rdoc +++ b/README.rdoc @@ -87,7 +87,7 @@ Options list is available with: Signal handlers are used to interact with Guard: - Ctrl-C - Calls each guard's stop method, in the same order they are declared in the Guarfile, and then quits Guard itself. -- Ctrl-\ - Calls each guard's run_all method, in the same order they are declared in the Guarfile. +- Ctrl-\\ - Calls each guard's run_all method, in the same order they are declared in the Guarfile. - Ctrl-Z - Calls each guard's reload method, in the same order they are declared in the Guarfile. == Available Guards