README.md in notification_center-0.2 vs README.md in notification_center-0.3

- old
+ new

@@ -9,18 +9,16 @@ ## Configuration for rails In your Gemfile ```ruby -gem 'notification_center', github: 'Houdini/notification_center' +gem 'notification_center' ``` config/initializers/notification_center.rb ```ruby -NotificationCenter.configure do - enable_cache = true # only one event fired in one request scope, default is false -end +NotificationCenter.enable_cache = true # only one event fired in one request scope, default is false ``` ## Use In any class or multiple classes: \ No newline at end of file