elixir-toniq / vapor

Runtime configuration system for Elixir
MIT License
592 stars 36 forks source link

Fix typo in README.md #82

Closed bucha closed 4 years ago

bucha commented 4 years ago

I just copy/pasted the example code and found my code unable to connect to the DB because the password was missing. config[:database_pasword] obviously should be config[:database_password]

keathley commented 4 years ago

Thanks @bucha! This has been merged into master.