From fb6332df4fc6838f6a789f8dfb9a3d13e6c9e97d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 20 Aug 2015 03:02:09 +0700 Subject: [PATCH] readme - add `wrap-ansi` to related section --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 66b8c54..5cf111e 100644 --- a/readme.md +++ b/readme.md @@ -205,6 +205,7 @@ If you're on Windows, do yourself a favor and use [`cmder`](http://bliker.github - [strip-ansi](https://github.com/chalk/strip-ansi) - Strip ANSI escape codes - [has-ansi](https://github.com/chalk/has-ansi) - Check if a string has ANSI escape codes - [ansi-regex](https://github.com/chalk/ansi-regex) - Regular expression for matching ANSI escape codes +- [wrap-ansi](https://github.com/chalk/wrap-ansi) - Wordwrap a string with ANSI escape codes ## License