diff --git a/README.md b/README.md
index 5827fcd..6ebc676 100644
--- a/README.md
+++ b/README.md
@@ -339,5 +339,22 @@ ENV['ember-component-css'] = {
}
```
+**patchClassicComponent**
+
+Set this option to `false` to prevent automatic `Component.reopen()` call which injects
+the autogenerated class into component's `classNames` property.
+
+You would need to use {{this.styleNamespace}} in *all* of your templates instead:
+
+```hbs
+
+ Content goes here.
+
+```
+
+This is required to use `ember-component-css` with Ember 4+ since `Component.reopen()` was removed from Ember.js codebase.
+For more details you may refer to [deprecation page](https://deprecations.emberjs.com/v3.x#toc_ember-component-reopen).
+
+
### [The announcement from EmberConf 2015](https://youtu.be/T1zxaEKeq3E)
[](https://youtu.be/T1zxaEKeq3E)