From 98c1caf5f951d37dd0329304b58f8c994ccb20b2 Mon Sep 17 00:00:00 2001 From: Killer Boss Original <73131550+killerbossoriginal@users.noreply.github.com> Date: Tue, 24 Jan 2023 17:19:35 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f0a3eb..17e9783 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,18 @@ Work IN PROGRESS ```js -require('@fiusdevelopment/std').cin('Question') +require('@thundernetworkrad/std').cin('Question') .then((response) => { console.log(response) }) -``` \ No newline at end of file +``` + +```js +const { createCout } = require('@thundernetworkrad/std'); + +let ccout = new createCout(0); // debugLevel + +let cout = ccout.cout; + +cout('test', 0) // console.log day and time, if the number is >= to the debugLevel +```