From 80b3297e338cbb17f8829e8df75a726b6ee3e3c7 Mon Sep 17 00:00:00 2001 From: Joe Shea <70780576+jshea2@users.noreply.github.com> Date: Tue, 20 Apr 2021 01:23:21 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27a5e2c..f09c1d9 100644 --- a/README.md +++ b/README.md @@ -103,11 +103,11 @@ Value `0` to `1` # ## **- Set Text: -** # -**`/[source_name] [text content] [size(optional)] [font (optional)]`** +**`/[source_name]/setText [text content] [size(optional)] [font (optional)]`** - change text content, size, and font. - *Note:* Size and Font are optional - - *Example:* `/text_1 "Hello World."` will change the text contents of source "text 1" to "Hello World." - - *Example 2:* `/text_1 "Hello World." 150 Arial` will change the same as above and change the size to 150 pt and Font to 'Arial' + - *Example:* `/text_1/setText "Hello World."` will change the text contents of source "text 1" to "Hello World." + - *Example 2:* `/text_1/setText "Hello World." 150 Arial` will change the same as above and change the size to 150 pt and Font to 'Arial' # ## **- Set Opacity: -**