diff --git a/readme/apps/config_screen.md b/readme/apps/config_screen.md index 84bf55030..685c92f40 100644 --- a/readme/apps/config_screen.md +++ b/readme/apps/config_screen.md @@ -1,6 +1,6 @@ # Configuration screen -Opening the configuration screen depends on the application and sometimes operating system your are using. +Opening the configuration screen depends on the application and sometimes the operating system you are using. ## Desktop application @@ -25,3 +25,5 @@ Tap on the **burger icon ≡** in the top left corner, and select **Configuratio ## CLI Type `:help config` for information on how to set config values and for the complete list of available options. +Type `:config` to list all of the currently-set options and values. +Type `:config [option] [value]` to set `[option]` to `[value]`.