ueberauth / guardian

Elixir Authentication
MIT License
3.4k stars 381 forks source link

Update test instructions on README.md #659

Closed cristiano2lopes closed 3 years ago

cristiano2lopes commented 3 years ago

The test instructions on the README.md file – for copy paste heads like myself – can lead the library user to a journey on the wrong side of the testing streets.

This PR clarifies and fixes the instructions for the default behaviour of the lib, that probably 90% of the people use. Didn't look, but suspect that, at some point in the library history that was the default realm and it got carried on the README.md since.

The root of the problem is probably a DRY violation between code and documentation (in this case the README.md). My fix is not ambitious enough to fix that problem.

Thanks for all the hard work on guardian. 🥇

yordis commented 3 years ago

🚀