From 6d86eece9065b630d0af4f69b4e67258a010b5d2 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Sun, 17 May 2020 18:56:46 +0200 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05c42ac..4293f42 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ yarn: ## Usage ```js -const crypto = require('@scode/crypto-helper'); +const crypto = require('@sapphirecode/crypto-helper'); const rand_hex = crypto.random_hex(16); // outputs 16 byte random hex const rand_salt = crypto.create_salt(); // same as random_hex, but with fixed length of 32 bytes