Skip to content

Commit

Permalink
Merge branch 'master' into randombytes-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vikinatora authored Jan 2, 2024
2 parents c6cdc8c + f2085fe commit 3c7de82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/biometric-ed25519/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Then in your dApp:


```ts
import { createKey, getKey } from "@near-js/biometric-ed25519";
import { createKey, getKeys } from "@near-js/biometric-ed25519";

// To register with userName
const key = await createKey(userName);
Expand Down Expand Up @@ -60,4 +60,4 @@ As the nature of Elliptic Curve crypto, `getKeys` return with two possible publi
## License


This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE](LICENSE-APACHE) for details.
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE](LICENSE-APACHE) for details.

0 comments on commit 3c7de82

Please sign in to comment.