Skip to content

Commit

Permalink
Update README.markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianishere committed Aug 17, 2013
1 parent 9c991d5 commit e6e7140
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.markdown
Expand Up @@ -2,12 +2,12 @@

Logging library for Node.js based on the java.util.logging library.

``` js
var logging = require('logging-js'), logger = logging.get(module)
.configure(logging.BasicConfiguration);
``` js
var logging = require('logging-js'), logger = logging.get(module)
.configure(logging.BasicConfiguration);

logger.info('Hello world');
```
logger.info('Hello world');
```


Expand Down

0 comments on commit e6e7140

Please sign in to comment.