-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
--- | ||
|
||
|
@@ -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'); | |
``` | ||
> <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 | ||
|