diff --git a/README.md b/README.md index 5203ce8a4..c6259fefb 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ $ gem install repl_type_completor Or add these lines to your project's Gemfile. ```ruby gem 'irb' -gem 'repl_type_completor', group: :development +gem 'repl_type_completor', group: [:development, :test] ``` Now you can use type based completion by: