Skip to content

Commit

Permalink
Fixed example links
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Aug 18, 2012
1 parent 43964a5 commit 7804b36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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`

<img src="https://github.com/bevry/caterpillar/raw/master/media/caterpillar-normal.png"/>


### 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

Expand All @@ -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
Expand Down

0 comments on commit 7804b36

Please sign in to comment.