diff --git a/README.md b/README.md index 923dbb43bc..0a69023509 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ namespace Avalonia.NameGenerator.Sandbox.Views The typed `x:Name` references might be useful if you decide to use e.g. [ReactiveUI code-behind bindings](https://www.reactiveui.net/docs/handbook/data-binding/): ```cs -[GenerateTypedNameReferences] // UserNameValidation and PasswordValidation are auto generated. +// UserNameValidation and PasswordValidation are auto generated. public partial class SignUpView : ReactiveWindow { public SignUpView()