Skip to content

Commit 43e6452

Browse files
authored
Add files via upload
1 parent 6f458da commit 43e6452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Terminal and browser console colorizer
33

44
ttlog `console.log()`s using [tagged template](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#Tagged_templates) syntax similar to chalk.js, but works in both the browser and terminal (Windows 10, unix/linux, and macOS). ttlog also returns the plain-text string without colorization information so you can output it to a file or whatever.
55

6-
## Usage in node.js
6+
## Usage in node.js or webpack
77
```js
88
const log = require('ttlog');
99
log`hello {white.bgBlack darkness} {underline my} {green old} {underline.blue.bgYellow friend}`;

0 commit comments

Comments
 (0)