From 744983cfc4efd660b95fc4c85887c8ca28f70b3a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 27 May 2019 20:30:35 +0300 Subject: [PATCH] docs(help) add User Menu Cookbook --- HELP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HELP.md b/HELP.md index fd048bf7..daa0f07b 100644 --- a/HELP.md +++ b/HELP.md @@ -529,7 +529,7 @@ async function readDefaultMenu({prefix}) { } ``` -You will have ability to run one of this 3 commands with help of double click, enter, or binded key (`F2`, `D` or `P` in this example). Also you can run commands in terminal, or execute any built-in function of `Cloud Commander` extended it's interface. +You will have ability to run one of this 3 commands with help of double click, enter, or binded key (`F2`, `D` or `P` in this example). Also you can run commands in terminal, or execute any built-in function of `Cloud Commander` extended it's interface. You can find more examples in [User Menu Cookbook](https://github.com/coderaiser/cloudcmd/wiki/User-Menu-Cookbook). #### User Menu API