From 4affe9d743b2be320830d79f5aa99cce4bbbd614 Mon Sep 17 00:00:00 2001 From: Vanessa Pyne Date: Mon, 11 Jun 2018 14:44:43 -0400 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8961aca..7cf8851 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Constructors: * `fromMasterSeed(seed)` - create an instance based on a seed * `fromExtendedKey(key)` - create an instance based on a BIP32 extended private or public key -For the seed we suggest to use [bip39](https://npmjs.org/packages/bip39) to create one from a BIP39 mnemonic. +For the seed we suggest to use [bip39](https://npmjs.org/package/bip39) to create one from a BIP39 mnemonic. Instance methods: