From 1fd8b86172fcab061a20e4f9d7d954141b7380d2 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0000207..e59bc62 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ And then you'll have access to the `sealedObjectInstances()` extension on the co val flags: Set = FeatureFlag::class.sealedObjectInstances() ``` -> **Note** +> **Note** > Alternatively, you can annotate the `companion object` to access a simpler extension function (no more `::class` prefix). > ```kotlin > sealed class FeatureFlag {