README.md in yogi_berra-0.0.15 vs README.md in yogi_berra-0.1.0
- old
+ new
@@ -43,10 +43,10 @@
Use `YogiBerra::Catcher.load_db_settings("location_to_some_yaml_file.yml")` to load your database settings.
Finally store a rescued exception:
- YogiBerra::Catcher.quick_connection
+ YogiBerra::Catcher.connect
begin
raise Exception
rescue => raised
YogiBerra.exceptionize(raised)
end