Skip to content

Commit 68651c2

Browse files
Update README.md
1 parent 7777328 commit 68651c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ In the component inspector, replace the Model value with the following:
4545
4646
```
4747
{
48-
"username": {{"Hello, " + current_user.fullName }},
49-
""headline": "",
48+
"greeting": "Hello, ",
49+
"username": {{ current_user.fullName }},
5050
"message": "Welcome to custom components!",
5151
"yesQuery": "yesQuery",
5252
"noQuery": "noQuery",

0 commit comments

Comments
 (0)