From 7804b369c5345e3aea9bedc8545a3d2515154b1a Mon Sep 17 00:00:00 2001 From: Benjamin Arthur Lupton Date: Sat, 18 Aug 2012 23:25:35 +1000 Subject: [PATCH] Fixed example links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30266ef..9b785a6 100755 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ Caterpillar is an awesome, simple, intuitive console logger for [Node.js](http:/ ### Running Normally -Running the [console example](https://github.com/bevry/caterpillar/blob/master/examples/console.coffee#files) with `coffee examples/console.coffee` +Running the [console example](https://github.com/bevry/caterpillar/blob/master/example/console.coffee#files) with `coffee examples/console.coffee` ### Running in Debug Mode (log level 7) -Running the [console example](https://github.com/bevry/caterpillar/blob/master/examples/console.coffee#files) with `coffee examples/console.coffee -d` +Running the [console example](https://github.com/bevry/caterpillar/blob/master/example/console.coffee#files) with `coffee examples/console.coffee -d` When you set the log level to level 7 (debug level), then the `ConsoleFormatter` will also output a debug line, containing the time, file, function and line number of what triggered the log message @@ -23,7 +23,7 @@ When you set the log level to level 7 (debug level), then the `ConsoleFormatter` ## Using -Please refer to the [console example](https://github.com/bevry/caterpillar/blob/master/examples/console.coffee#files) for usage +Please refer to the [console example](https://github.com/bevry/caterpillar/blob/master/example/console.coffee#files) for usage ## Install