Skip to content

Commit

Permalink
README: Remove hard line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Apr 16, 2015
1 parent 8925261 commit f01afcf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -17,9 +17,7 @@ var logger = require( "simple-log" ).init( "appname" );
logger.log( "hello" );
```

The logger will log to syslog by default. If the main script is executed with
`--console` then the logger will log to the console, allowing for easier
testing during development.
The logger will log to syslog by default. If the main script is executed with `--console` then the logger will log to the console, allowing for easier testing during development.

## API

Expand Down

0 comments on commit f01afcf

Please sign in to comment.