diff --git a/README.md b/README.md index 03a77a1..e5e90b4 100644 --- a/README.md +++ b/README.md @@ -49,12 +49,14 @@ Use the shortcut `Ctrl`+`o` to open and to hide the side menu. Use `tab` to navi ### Use first top menu app as default app -You can easily let Nextcloud redirect to the first top menu app by changing the following parameter in your `config/config.php`: +You can easily let Custom Menu redirect to the first app in the top menu by changing the following parameter in your `config/config.php`: ``` 'defaultapp' => 'side_menu', ``` +If the top menu is empty then it redirects to files. + How to contribute? ------------------