Skip to content

Commit

Permalink
Add a missing space in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Jun 7, 2013
1 parent 3b21768 commit 4100a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Node Chrome Logger

[![Build Status](https://secure.travis-ci.org/yannickcr/node-chromelogger.png)](http://travis-ci.org/yannickcr/node-chromelogger) [![Dependency Status](https://gemnasium.com/yannickcr/node-chromelogger.png)](https://gemnasium.com/yannickcr/node-chromelogger)[![Coverage Status](https://coveralls.io/repos/yannickcr/node-chromelogger/badge.png?branch=master)](https://coveralls.io/r/yannickcr/node-chromelogger?branch=master)
[![Build Status](https://secure.travis-ci.org/yannickcr/node-chromelogger.png)](http://travis-ci.org/yannickcr/node-chromelogger) [![Dependency Status](https://gemnasium.com/yannickcr/node-chromelogger.png)](https://gemnasium.com/yannickcr/node-chromelogger) [![Coverage Status](https://coveralls.io/repos/yannickcr/node-chromelogger/badge.png?branch=master)](https://coveralls.io/r/yannickcr/node-chromelogger?branch=master)

[Chrome Logger](http://craig.is/writing/chrome-logger) is a Google Chrome extension for debugging server side applications in the Chrome console.
This module is an implementation of the Chrome Logger protocol for Node.js, it allows you to log and inspect your server-side code directly in the Chrome console.
Expand Down

0 comments on commit 4100a20

Please sign in to comment.