Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct typo in biometric-ed25519 readme file #1202

Merged
merged 2 commits into from
Jan 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading