From afdebc1dc2c8d7ab53598927edc83cb5f6516b72 Mon Sep 17 00:00:00 2001 From: Olivier Destenay Date: Wed, 28 Sep 2022 23:23:48 +0200 Subject: [PATCH] Update README.md Just adding a missing "}". --- guides/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/README.md b/guides/README.md index 6eab62ae6..efd2db2cc 100644 --- a/guides/README.md +++ b/guides/README.md @@ -195,7 +195,7 @@ This is the list of supported widgets: or if you want to use objects: - ```this.addWidget("combo","Combo", value1, callback, { values: { "title1":value1, "title2":value2 } );``` + ```this.addWidget("combo","Combo", value1, callback, { values: { "title1":value1, "title2":value2 } } );``` * **"text"** to edit a short string * **"toggle"** like a checkbox