From 30cec02a978a37c2ff4bbe04fc5666b6046aee85 Mon Sep 17 00:00:00 2001 From: Marco <4279489-marco_a@users.noreply.gitlab.com> Date: Thu, 23 Apr 2020 10:42:28 +0000 Subject: [PATCH] Update DOCS.md --- DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS.md b/DOCS.md index 467c49b..3bdc580 100644 --- a/DOCS.md +++ b/DOCS.md @@ -41,7 +41,7 @@ Install it as any other mod `¯\_(ツ)_/¯` * `update(scoreboard_params, txt_elems, img_elems)`: updates only the mentioned parameters. For instance, calling ``` -update(nil, nil, {my_custom_img = { +scoreboard:update(nil, nil, {my_custom_img = { text = "pic2.png" }) ```