From 840d3c0f1f142f6cd7ca5492eb0db01d80f7acdc Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Tue, 16 Jun 2020 20:02:44 -0700 Subject: [PATCH] chore: rename section title --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 70fd2b4..0df0011 100644 --- a/readme.md +++ b/readme.md @@ -31,7 +31,7 @@ --- -As of `v3.0` the Chalk-style syntax (magical getter) is no longer used.
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.
Please visit [History](#history) for migration paths supporting that syntax. --- @@ -199,7 +199,7 @@ ansi-colors :: 1.504ms ``` -## Credits +## History This project originally forked [`ansi-colors`](https://github.com/doowb/ansi-colors). @@ -214,7 +214,7 @@ c.red().bold().underline('new'); ``` > As I work more with Rust, the newer syntax feels so much better & more natural! -If you prefer the old syntax, you may migrate to `ansi-colors`. Versions below `kleur@3.0` have been deprecated. +If you prefer the old syntax, you may migrate to `ansi-colors` or newer `chalk` releases.
Versions below `kleur@3.0` have been officially deprecated. ## License