README.md in google_timezone-0.0.3 vs README.md in google_timezone-0.0.4

- old
+ new

@@ -34,10 +34,10 @@ It will get `GoogleTimezone::Result` object which maps major google api responce items named in snake case. More information [here](https://developers.google.com/maps/documentation/timezone/) Also there is `GoogleTimezone::Result#success?` method. It returns true if responce was successful. -The bang version `fetch!` raises an error if google responce is not ok. +The bang version `fetch!` raises an `GoogleTimezone::Error` exception with error message if response from Google wasn't success. ## Contributing 1. Fork it