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 +```