aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--bb.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index dcc619b..42fe42d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# bb - A bitty browser for command line file management
+# bb - An itty bitty browser for command line file management
-`bb` is a TUI console file browser that is:
+`bb` (bitty browser) is a TUI console file browser that is:
- Extremely lightweight (currently around 1.2K lines of code)
- Highly interoperable with unix pipelines
diff --git a/bb.c b/bb.c
index 5681bec..827707a 100644
--- a/bb.c
+++ b/bb.c
@@ -1,5 +1,5 @@
/*
- * Bruce's Browser (bb)
+ * Bitty Browser (bb)
* Copyright 2019 Bruce Hill
* Released under the MIT license
*/