aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-05-22 01:56:39 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-05-22 01:56:39 -0700
commit292d1953e8feb8886ac6012a58de77b52aec32b6 (patch)
tree4b4b0d32451d7afc2fa15bfb86675f896a594676
parent0d6724017bf6bd5bb266faa71ef09d63ae4a6fc9 (diff)
Updating naming
-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
*/