Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
it's simple work, but it's honest
  • Loading branch information
microchipgnu authored Nov 17, 2023
1 parent 0f764ee commit 67c2ee0
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 67c2ee0

Please sign in to comment.