From 03ec9e4de80b7399bf3b7ef41978080031c8d0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Holl=C3=BD?= Date: Sat, 4 Nov 2017 17:25:39 +0100 Subject: [PATCH] Fix readme formatting --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 44206a8..927cdc0 100644 --- a/Readme.md +++ b/Readme.md @@ -16,7 +16,7 @@ Currently, you need to manually add `` to your Fody weavers config -##Reactive Properties## +## Reactive Properties ## Eases the need for boilerplate in your view models when using [reactiveui](https://github.com/reactiveui/ReactiveUI). Typically, in your view models you must declare properties like this: @@ -35,7 +35,7 @@ This is tedious since all you'd like to do is declare properties as normal: If a property is annotated with the `[Reactive]` attribute, the plugin will weave the boilerplate into your output based on the simple auto-property declaration you provide. -##ObservableAsPropertyHelper Properties +## ObservableAsPropertyHelper Properties Similarly, in order to handle observable property helper properties, you must declare them like this: