shaqian / flutter_ssh

SSH and SFTP client for Flutter
https://pub.dartlang.org/packages/ssh
MIT License
117 stars 83 forks source link

Remove the trailing dot in the password field in the README #52

Open rocboronat opened 4 years ago

rocboronat commented 4 years ago

Hello!

This is the smallest PR ever seen. This PR just removes the trailing dot of the password field. Why? Too simple... when the user copypastes the example in their code and replaces the example password with the actual one, when selecting the example password doing a double click, the dot is not selected. So, when pasting the actual password, it will have a dot in the end. The user won't see it and will be blaming the library for no reason.

Thanks for your work! 👍