aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-06-10 22:27:06 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-06-10 22:27:06 -0700
commit9e69ce643910494c5f045d0f95b806da1a9baf89 (patch)
tree3d562afed49ca7a75d7673fffb280b60a9f38da8 /README.md
parent792a39500ce926751f663eb54d2b58e3ed6fd427 (diff)
Fixed section headers
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b11926f..b089949 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ create a new file, `N` to create a new directory, `:` to run a command with the
selected files in `$@`, and `|` to pipe files to a command. Pressing `Ctrl-c`
will cause `bb` to exit with a failure status and without printing anything.
-# bb's Philosophy
+## bb's Philosophy
The core idea behind `bb` is that `bb` is a file **browser**, not a file
**manager**, which means `bb` uses shell scripts to perform all modifications
to the filesystem (passing selected files as arguments), rather than
@@ -99,5 +99,5 @@ For fish, put this in your `~/.config/fish/functions/fish_user_key_bindings.fish
bind \cB 'bcd; commandline -f repaint'
-# License
+## License
`bb` is released under the MIT license. See the `LICENSE` file for full details.