Skip to content

Commit 315e5f8

Browse files
Fix an error in docs
1 parent e86dd86 commit 315e5f8

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)