README.md in capybara-screenshot-diff-1.3.0 vs README.md in capybara-screenshot-diff-1.3.1
- old
+ new
@@ -272,10 +272,10 @@
configuration options that that are relevant.
The most likely one you'll want to modify is ...
```ruby
-Capybara::Screenshot::Diff.save_path = "other/path"
+Capybara::Screenshot.save_path = "other/path"
```
The `save_path` option is relative to `Capybara::Screenshot.root`.
`Capybara::Screenshot.root` defaults to either `Rails.root` (if you're in