aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-18 09:17:14 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-18 09:17:14 +0200
commit900b384a48faf2bb045b9b42a1784af75e2dd8a4 (patch)
tree3c4a75af26e27b12675fdd23ad9e65aacad9d091 /README.md
parent2f44a4be575c819d4ce69a5b83af239a95574cc6 (diff)
downloadbashlib-900b384a48faf2bb045b9b42a1784af75e2dd8a4.tar.gz
bashlib-900b384a48faf2bb045b9b42a1784af75e2dd8a4.tar.bz2
bashlib-900b384a48faf2bb045b9b42a1784af75e2dd8a4.zip
update
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9c116c2..4c465f2 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
**Usage**
source ./pb
- printf %b "$(pb_bg 196)$(pb_fg 254) RED $(pb_nc)\n"
+ printf %b "$(pb_bg 196)$(pb_fg 254) WHITE TEXT ON RED BACKGROUND $(pb_nc)\n"
## Bash string manipulation cheatsheet
[https://gist.github.com/magnetikonline/90d6fe30fc247ef110a1](https://gist.github.com/magnetikonline/90d6fe30fc247ef110a1)