aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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",