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