aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4c465f2..fc01b78 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,9 @@
**Usage**
- source ./pb
- printf %b "$(pb_bg 196)$(pb_fg 254) WHITE TEXT ON RED BACKGROUND $(pb_nc)\n"
+source ./pb
+
+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)