]> git.r.bdr.sh - rbdr/cologne/blobdiff - README.md
Add Cobalt now/stringify + remove old formatters
[rbdr/cologne] / README.md
index 63739cd4a99949763bc79b8417c425b3d20398ef..876153ba60410951ae3af3df3683669ca0e5f18e 100644 (file)
--- 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",