diff --git a/README.md b/README.md
index 558fbde..3d03720 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Protected Attributes Continued
-
+
> This is the community continued version of [`protected_attributes`](https://github.com/rails/protected_attributes) for Rails 5+. The Rails team dropped this feature and switched to `strong_parameters`. However some applications simply cannot be upgraded or the reduced granularity in params management is a non-issue. To continue supporting this feature going forward we continue the work here.