aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2013-04-24 09:41:19 -0500
committerBen Beltran <ben@freshout.us>2013-04-24 09:41:19 -0500
commitbc06e8bf44c6d412403af5d9e298e4f91cb1e3fc (patch)
tree65d319ef96fca59ffffe810f59c1f8da9fb15416 /README.md
parent447f76a167325498f931e23f4cbd0b567fc5c315 (diff)
Update readme, remove event_trackerstuffs
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 63739cd..876153b 100644
--- a/README.md
+++ b/README.md
@@ -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",