From 2c9044cc49ddf01bfa4ed952217b502ecda222b4 Mon Sep 17 00:00:00 2001 From: Joshua Appelman Date: Sat, 30 Aug 2014 23:16:28 +0200 Subject: [PATCH] Minor rephrasing. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c44bc56..1e51fe9 100644 --- a/readme.md +++ b/readme.md @@ -116,7 +116,7 @@ Exposes the styles as [ANSI escape codes](https://github.com/sindresorhus/ansi-styles). Generally not useful, but you might need just the `.open` or `.close` escape -code if you're mixing externally styled strings with yours. +code if you're mixing externally styled strings with your own. ```js var chalk = require('chalk');