Skip to content

Commit

Permalink
docs: fix link to chalk-template in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
keindev committed Nov 27, 2021
1 parent 28f0885 commit fde3cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Promise.all(promises).then(() => {
});
```

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).
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).

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

0 comments on commit fde3cdb

Please sign in to comment.