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" }) ```