From 28f39d1de954ebbf6c0d69e21b7f4da565a358fa Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Mon, 3 Apr 2023 12:29:04 -0400 Subject: [PATCH] readme: add projects --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69e9820..0480fcc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,12 @@ Run Rubocop against your Markdown files to make sure that code examples follow s - Preserves specified language (i.e., do not try to analyze "\`\`\`sh") - **Supports autocorrect 📝** -This project was developed to keep [test-prof](https://github.com/test-prof/test-prof) guides consistent with Ruby style guide. +This project was developed to keep [test-prof](https://github.com/test-prof/test-prof) guides consistent with Ruby style guide back in 2017. Since then, many popular Ruby projects adopted it, including: + +- [Ruby on Rails](https://github.com/rails/rails) +- [AnyCable](https://github.com/anycable/anycable) +- [ViewComponent](https://github.com/ViewComponent/view_component) +- [Action Policy](https://github.com/palkan/action_policy) ## Installation