This commit is contained in:
2020-05-17 18:58:23 +02:00
parent 9978ea85d3
commit 10a89aae1e
+1 -1
View File
@@ -17,7 +17,7 @@ yarn:
## Usage
```js
const password_helper = require('@scode/password-helper');
const password_helper = require('@sapphirecode/password-helper');
// create a hash
const hash = await password_helper.hash('foo');