Skip to content

Commit

Permalink
chore: rename section title
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jun 17, 2020
1 parent 9f09249 commit 840d3c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

---

As of `v3.0` the Chalk-style syntax (magical getter) is no longer used.<br>If you need or require that syntax, consider using [`ansi-colors`](https://github.com/doowb/ansi-colors), which maintains `chalk` parity.
As of `v3.0` the Chalk-style syntax (magical getter) is no longer used.<br>Please visit [History](#history) for migration paths supporting that syntax.

---

Expand Down Expand Up @@ -199,7 +199,7 @@ ansi-colors :: 1.504ms
```


## Credits
## History

This project originally forked [`ansi-colors`](https://github.com/doowb/ansi-colors).

Expand All @@ -214,7 +214,7 @@ c.red().bold().underline('new');
```
> <sup><em>As I work more with Rust, the newer syntax feels so much better & more natural!</em></sup>
If you prefer the old syntax, you may migrate to `ansi-colors`. Versions below `[email protected]` have been deprecated.
If you prefer the old syntax, you may migrate to `ansi-colors` or newer `chalk` releases.<br>Versions below `[email protected]` have been officially deprecated.


## License
Expand Down

0 comments on commit 840d3c0

Please sign in to comment.