diff --git a/README.md b/README.md index 2d922f3..4dc7f64 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Install the gem: Scan the application for just thread-safety issues: - $ rubocop -r rubocop-thread_safety --only ThreadSafety,Style/GlobalVars,Style/ClassVars,Style/MutableConstant + $ rubocop --plugin rubocop-thread_safety --only ThreadSafety,Style/GlobalVars,Style/ClassVars,Style/MutableConstant ### Configuration