README.md in lastpass-1.2.1 vs README.md in lastpass-1.3.0
- old
+ new
@@ -31,11 +31,11 @@
puts "#{i.name}: #{i.username}, #{i.password} (#{i.url})"
end
```
-A multifactor password (YubiKey, Google Authenticator) can optionally be appended to
+A multifactor password (YubiKey, Google Authenticator) can optionally be appended to
the login credentials:
```ruby
vault = LastPass::Vault.open_remote "username", "password", "multifactor_password"
```
@@ -57,9 +57,15 @@
Contributing
------------
Contribution in any form and shape is very welcome. Have comments,
suggestions, patches, pull requests? All of the above are welcome.
+
+
+Thanks
+------
+
+ - [Chris D'Ambrosio](https://github.com/chrisdambrosio) for adding proxy support
License
-------