diff --git a/README.md b/README.md index c3f51d7..f7d2d62 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,25 @@ Installation 5. Visit https://wakatime.com/dashboard to see your logged time. + Screen Shots ------------ ![Project Overview](https://wakatime.com/static/img/ScreenShots/ScreenShot-2014-10-29.png) + +Unresponsive Plugin Warning +--------------------------- + +In Sublime Text 2, if you get a warning message: + + A plugin (WakaTime) may be making Sublime Text unresponsive by taking too long (0.017332s) in its on_modified callback. + +To fix this, go to `Preferences > Settings - User` then add the following setting: + +`"detect_slow_plugins": false` + + Troubleshooting ---------------