Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
change watchmen.js to server.js
  • Loading branch information
MdNor committed Feb 7, 2013
1 parent 77cce95 commit 42e4609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ watchmen.on('service_error', function(service, state){

or more probably you would want to use **forever** to run it in the background

$ forever start watchmen.js
$ forever start server.js

### Run the web app

Expand Down Expand Up @@ -332,4 +332,4 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 42e4609

Please sign in to comment.