summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-11-17 10:42:44 +0100
committerGitHub <noreply@github.com>2021-11-17 10:42:44 +0100
commit639566df1540b2a80f6fdf27d7eb2ce823fa03e5 (patch)
treea246338a9ef359586b30b1288469e645f7430dcf /README.md
parent198950e0b934de1d8f61e6e0a05c33ce452f4542 (diff)
docs(readme): update new command syntax (#876)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eb367338e..31a6bf534 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ cargo install zellij
Or you can download a prebuilt binary from our [Releases](https://github.com/zellij-org/zellij/releases), or use [Third Party Repositories](THIRD_PARTY_INSTALL.md).
The default plugins make use of characters that are mostly found in [nerdfonts](https://www.nerdfonts.com/).
-To get the best experience either install nerdfonts, or use the simplified ui by starting Zellij with `zellij options --simplified-ui`, or putting `simplified_ui: true` in the config file.
+To get the best experience either install nerdfonts, or use the simplified ui by starting Zellij with `zellij options --simplified-ui true`, or putting `simplified_ui: true` in the config file.
## How do I get involved?