From 061d14ff80ee2952b01db7f01a953a298a795cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Thu, 1 Dec 2011 21:01:21 +0100 Subject: [PATCH] [fix doc] Fix README to match flatiron refactor Fixes #174. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index befc559c..8b4d8be7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You can use forever to run any kind of script continuously (whether it is writte ``` $ forever --help - usage: forever [action] [options] SCRIPT [script-options] + usage: forever [options] [action] SCRIPT [script-options] Monitors the script specified in the current process or as a daemon @@ -83,7 +83,7 @@ You can use forever to run any kind of script continuously (whether it is writte There are several examples designed to test the fault tolerance of forever. Here's a simple usage example: ``` bash - $ forever examples/error-on-timer.js -m 5 + $ forever -m 5 examples/error-on-timer.js ``` ### Using an instance of Forever from node.js