From 639566df1540b2a80f6fdf27d7eb2ce823fa03e5 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 17 Nov 2021 10:42:44 +0100 Subject: [PATCH] docs(readme): update new command syntax (#876) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb367338..31a6bf53 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?