From a82fc94d8d9118bdd7bfd9cf6de5459ee0a34c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20=C5=A0olt=C3=A9s?= Date: Tue, 19 Nov 2024 11:12:05 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba82350..423cdf7 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ public partial class Teacher : Person The ReactiveGenerator will add backing fields and generate property changed event invocation inside setter using ReactiveUI buil-in extension method. -``` +```C# public partial class Car : ReactiveObject { [Reactive]