tsukasaoishi / fresh_connection

FreshConnection provides access to one or more configured database replicas.
MIT License
58 stars 11 forks source link

Correct the envars in the examples #14

Closed aks closed 7 years ago

aks commented 7 years ago

The envars in the README were incorrect. They must be referenced through the ENV[] array. This PR corrects the examples.

tsukasaoishi commented 7 years ago

Thank you!