Skip to content

Commit 1631574

Browse files
authored
Merge pull request #47 from kirill-tolmachev/fix-docs
Fix an inaccuracy in the doc.
2 parents e86dd86 + 315e5f8 commit 1631574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ public class TextFieldViewModel : IBindingContext
967967

968968
```xml
969969
<ui:UXML xmlns:uitk="UnityMvvmToolkit.UITK.BindableUIElements" ...>
970-
<uitk:BindableTextField binding-text-path="TextValue" />
970+
<uitk:BindableTextField binding-value-path="TextValue" />
971971
</ui:UXML>
972972
```
973973

0 commit comments

Comments
 (0)