From 8877fd9cec52dc4fecea860497f38b4040c823ee Mon Sep 17 00:00:00 2001 From: Evgeny Date: Tue, 24 Aug 2021 09:44:04 +0300 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5193307..4805865 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ If the first argument of the dialog contains two lines separated by `\n`, the se As an argument, the function takes a table of tables with icons and names of menu items. For example, the following code will prepare a context menu with three items: ``` -ui: prepare_context_menu ({ +ui:prepare_context_menu({ {"share", "Menu item 1"}, {"copy", "Menu item 2"}, {"trash", "Menu item 3"},