Skip to content

Commit

Permalink
Fix import in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nealfennimore committed May 30, 2023
1 parent ea15fa2 commit 8a62fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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(
{
Expand Down

0 comments on commit 8a62fec

Please sign in to comment.