README.md in secure_hasher-1.0.0 vs README.md in secure_hasher-1.0.1
- old
+ new
@@ -9,10 +9,10 @@
$ gem install secure_hasher
## Usage
```ruby
-SecureHasher.secure_hash('mypassword','salt')
+SecureHasher.secure_hash(password: 'mypassword', salt: 'salt')
=> "sayVb7E97UXnw"
```
## License