Skip to content

Commit d0cc253

Browse files
authored
Update readme file.
1 parent 9b236d0 commit d0cc253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ public class UserViewModel : IBindingContext
380380

381381
public string Name
382382
{
383-
get => _name.Value;
383+
get => _user.Name;
384384
set
385385
{
386386
if (_name.TrySetValue(value))
@@ -414,7 +414,7 @@ public partial class UserViewModel : IBindingContext
414414
[WithObservableBackingField]
415415
public string Name
416416
{
417-
get => _name.Value;
417+
get => _user.Name;
418418
set
419419
{
420420
if (_name.TrySetValue(value))

0 commit comments

Comments
 (0)