Skip to content

Commit 80b3297

Browse files
authored
Update README.md
1 parent 3df75ad commit 80b3297

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ Value `0` to `1`
103103
#
104104
## **- Set Text: -**
105105
#
106-
**`/[source_name] [text content] [size(optional)] [font (optional)]`**
106+
**`/[source_name]/setText [text content] [size(optional)] [font (optional)]`**
107107
- change text content, size, and font.
108108
- *Note:* Size and Font are optional
109-
- *Example:* `/text_1 "Hello World."` will change the text contents of source "text 1" to "Hello World."
110-
- *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'
109+
- *Example:* `/text_1/setText "Hello World."` will change the text contents of source "text 1" to "Hello World."
110+
- *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'
111111

112112
#
113113
## **- Set Opacity: -**

0 commit comments

Comments
 (0)