Skip to content

Commit 1d276bb

Browse files
committed
docs: update readme
1 parent 0664734 commit 1d276bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ const color = ansis.extend(myTheme);
284284
color.orange.bold`orange bold`; // extended first in chain
285285
color.bgOrange`orange background`; // auto-generated bg
286286
color.pink`pink foreground`;
287-
color.bgPink`pink background`; // auto-generated bg tag
287+
color.bgPink`pink background`; // auto-generated bg
288288
color.red`built-in red still works`; // built-in remains intact
289289
```
290290

0 commit comments

Comments
 (0)