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