From 2239293bf184fe664cf7765a0ec086685cbebea9 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Sat, 22 Apr 2023 22:47:08 +0200 Subject: [PATCH] Force line break --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0000207..abb80e5 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ And then you'll have access to the `sealedObjectInstances()` extension on the co val flags: Set = FeatureFlag::class.sealedObjectInstances() ``` -> **Note** -> Alternatively, you can annotate the `companion object` to access a simpler extension function (no more `::class` prefix). +> **Note** +> You can annotate the `companion object` to access a simpler extension function (no more `::class` prefix). > ```kotlin > sealed class FeatureFlag { > @SealedObjectInstances companion object