From 9abb4c0d14d8e63e54da6c247d2d45d04ded3fe2 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 19 May 2016 20:36:45 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ac39ee..3c36abe 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ beautylog wraps the excellent ora module from npm to better work with beautylog. var myOra = new beautylog.Ora("my awesome text", "blue"); myOra.start(); beautylog.info("some persistent text") //does not disturb myOra +console.log("sometext or anything else like an logable object"); // yep, beautylog monkeypatches console.log so this works seamlessly myOra.text("some updated text"); myOra.stop(); ```