README.md in maestrano-connector-rails-0.2.5 vs README.md in maestrano-connector-rails-0.2.7
- old
+ new
@@ -130,10 +130,10 @@
Maestrano::Connector::Rails::AllSynchronizationsJob
```
The synchronization of a specific organization can be performed by executing
```ruby
-Maestrano::Connector::Rails::SynchronizationJob.perform_later(o, {})
+Maestrano::Connector::Rails::SynchronizationJob.perform_later(organization, {})
```
## Pages controllers and views
The home and admin pages views and controllers are provided as example, but you are free to customize them and the styling is left for you to do.