README.mdown in intercom-rails-0.2.16 vs README.mdown in intercom-rails-0.2.17

- old
+ new

@@ -23,9 +23,11 @@ rails generate intercom:config YOUR-APP-ID ``` To make installing Intercom as easy as possible, where possible a `<script>` tag **will be automatically inserted before the closing `</body>` tag**. For most Rails apps, **you won't need to do any extra config**. Having trouble? Check out troubleshooting below. +### Disabling automatic insertion + To disable automatic insertion for a particular controller or action you can: ```ruby skip_after_filter :intercom_rails_auto_include ```