Skip to content

Commit

Permalink
Fixing brackets in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbrett committed Nov 20, 2015
1 parent 3cff28c commit 502451d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -45,8 +45,8 @@ The following options are available:

The module also registers the _'info()'_ and _'text()'_ API methods:
```javascript
console.log(server.plugins.blipp.info();
console.log(server.plugins.blipp.text();
console.log(server.plugins.blipp.info());
console.log(server.plugins.blipp.text());
var json = JSON.stringify(server.plugins.blipp.info());
```

Expand Down

0 comments on commit 502451d

Please sign in to comment.