diff options
| author | Ben Beltran <ben@freshout.us> | 2013-04-24 09:41:19 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-04-24 09:41:19 -0500 |
| commit | bc06e8bf44c6d412403af5d9e298e4f91cb1e3fc (patch) | |
| tree | 65d319ef96fca59ffffe810f59c1f8da9fb15416 | |
| parent | 447f76a167325498f931e23f4cbd0b567fc5c315 (diff) | |
Update readme, remove event_trackerstuffs
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -4,6 +4,13 @@ Cobalt is a simple logger multiplexer that works with a JSON based format. You c Example of instantiating a cobalt logger: +In node: +``` +Cobalt = require('cobalt-log'); +``` + +In the browser just require the files. Then: + ``` this.logger = new Cobalt.Console({ from : "Breezi Client", diff --git a/package.json b/package.json index 0733649..74946dd 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "url" : "http://github.com/ktlacaelel" } ], - "version" : "0.1.2", + "version" : "0.1.3", "dependencies" : { "neon" : "1.0.x", "socket.io" : "0.9.x", |