From 10a89aae1efffdd110928fc8b2135beb63c70f2c Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Sun, 17 May 2020 18:58:23 +0200 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 528562d..d9a0b1a 100644 --- a/README.md +++ b/README.md @@ -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');