Skip to content

Commit

Permalink
changed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hortinstein committed Jan 24, 2023
1 parent 0bc9e85 commit 135e094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import {
generateKeyPair,
unwrap,
wrap
} from "https://deno.land/x/[email protected].0/typescript/mod.ts";
} from "https://deno.land/x/[email protected].2/typescript/mod.ts";

const hello_world = new TextEncoder().encode("Hello World");
const [priv, pub] = generateKeyPair();
Expand Down

0 comments on commit 135e094

Please sign in to comment.