From 292d1953e8feb8886ac6012a58de77b52aec32b6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 22 May 2019 01:56:39 -0700 Subject: Updating naming --- README.md | 4 ++-- bb.c | 2 +- 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 */ -- cgit v1.2.3