From ca05a07d9322bf1d65f76b90c18910f4a43bba07 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Fri, 14 Oct 2022 18:26:36 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0139da3..50ff648 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ chalkPipe('underline', chalk.blue)('Link!'); ### keywordNames -All supported keyword names are exposed as array of strings convenience. +All supported keyword names are exposed as array of strings for convenience. ```js import {keywordNames} from 'chalk-pipe';