We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0664734 commit 1d276bbCopy full SHA for 1d276bb
1 file changed
README.md
@@ -284,7 +284,7 @@ const color = ansis.extend(myTheme);
284
color.orange.bold`orange bold`; // extended first in chain
285
color.bgOrange`orange background`; // auto-generated bg
286
color.pink`pink foreground`;
287
-color.bgPink`pink background`; // auto-generated bg tag
+color.bgPink`pink background`; // auto-generated bg
288
color.red`built-in red still works`; // built-in remains intact
289
```
290
0 commit comments