diff --git a/README.md b/README.md index 1d174ddc..7b7a6bca 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,14 @@ Currently maintained by @radar. You will most commonly use this library within a Rails app. +We support Rails versions from 6.0 and up. + [See the Rails Guide](https://guides.rubyonrails.org/i18n.html) for an example of its usage. ### Ruby (without Rails) +We support Ruby versions from 3.0 and up. + If you want to use this library without Rails, you can simply add `i18n` to your `Gemfile`: ```ruby