Skip to content

Commit

Permalink
chore: fix a typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Aug 17, 2024
1 parent 4785fd3 commit edc9802
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 @@ -65,7 +65,7 @@ byte[] seed = Mnemonic.toSeed(words, "");

### Checking Mnemonic Validity

To check if a mnemonic sentence is valid, use the `isValid` method:
To check if a mnemonic sentence is valid, use the `check` method:

```java
String words = "abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon about";
Expand Down

0 comments on commit edc9802

Please sign in to comment.