Skalar/google_distance_matrix

Documentation error

Closed this issue · 1 comments

In the README, the code snippet showing an example of configuring the default_configuration is incorrect:

GoogleDistanceMatrix.default_configuration do |config|

should be:

GoogleDistanceMatrix.configure_defaults do |config|

Thank you. I corrected this in the README now.