Skip to content

Commit fde3cdb

Browse files
author
keindev
committed
docs: fix link to chalk-template in Readme
1 parent 28f0885 commit fde3cdb

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
@@ -70,7 +70,7 @@ Promise.all(promises).then(() => {
7070
});
7171
```
7272

73-
TaskTree uses [chalk](https://www.npmjs.com/package/chalk) to style text and supports formatting as a [tagged template literal](https://www.npmjs.com/package/chalk#tagged-template-literal).
73+
TaskTree uses [chalk-template](https://www.npmjs.com/package/chalk-template) to style text and supports formatting as a [tagged template literal](https://www.npmjs.com/package/chalk#tagged-template-literal).
7474

7575
```javascript
7676
const task = new Task('{underline.cyan.bold Awesome task}');

0 commit comments

Comments
 (0)