From 82ae44ce8fc22db9420c72fd682486e9cf25d87c Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Thu, 16 Apr 2015 22:27:15 -0400 Subject: [PATCH] Fix CoffeeScript link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d62a142..b667df2 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Using nodemon is simple, if my application accepted a host and port as the argum Any output from this script is prefixed with `[nodemon]`, otherwise all output from your application, errors included, will be echoed out as expected. -nodemon also supports running and monitoring [coffee-script](http://jashkenas.github.com/coffee-script/) apps: +nodemon also supports running and monitoring [coffee-script](http://coffeescript.org/) apps: nodemon server.coffee