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 {