summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraloispichler <45781387+aloispichler@users.noreply.github.com>2022-10-11 22:13:07 +0200
committerGitHub <noreply@github.com>2022-10-11 22:13:07 +0200
commit19de3075e75b360ef21d9b9259df6ddc115e6dfe (patch)
tree55d5e1d7d063c3e4191838998a34954b1ebb9ee6
parentfedd6be715194b916b041e4eb51f0b7258d5bc47 (diff)
The mode is filebrowser (not file-browser) (#1723)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b8f34aea..f20b4ed6 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ Below is a list of the different modes:
* **drun**: launch applications based on desktop files. It tries to be compliant to the XDG standard.
* **window**: Switch between windows on an EWMH compatible window manager.
* **ssh**: Connect to a remote host via ssh.
-* **file-browser**: A basic file-browser for opening files.
+* **filebrowser**: A basic file-browser for opening files.
* **keys**: list internal keybindings.
* **script**: Write (limited) custom mode using simple scripts.
* **combi**: Combine multiple modes into one.