Browse Source

housekeeping: Cleanup README.md

pull/10407/head
Artyom V. Gorchakov 5 years ago
committed by GitHub
parent
commit
8e8d684f7c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
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<SignUpViewModel>
{
public SignUpView()

Loading…
Cancel
Save