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
commit2aa083b644593b6e73fe42a6184cf75222599df3 (patch)
tree16b0fa22ee43538e6b7d9a508d5930f71cea8db8 /README.md
parentce8edf20a15c643b05c7867c416123c16debd120 (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",