From 8a62fec462c48bff3c50283efdc689b3d5ee0b75 Mon Sep 17 00:00:00 2001 From: Neal Fennimore Date: Tue, 30 May 2023 09:30:27 -0400 Subject: [PATCH] Fix import in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17fd294..1440d30 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ const isVerified = await someOtherKeypair.publicKey.verify( ```ts import * as RSA_OAEP from "@nfen/webcrypto-ts/lib/rsa/rsa_oaep"; import * as AES_CBC from "@nfen/webcrypto-ts/lib/aes/aes_cbc"; -import * as Random from "@nfen/webcrypto-ts/random"; +import * as Random from "@nfen/webcrypto-ts/lib/random"; const kek = await RSA_OAEP.generateKey( {