Documentation error
Closed this issue · 1 comments
lsanwick commented
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|
thhermansen commented
Thank you. I corrected this in the README now.