From 57fc4bdc61e321e43c799668fc510b9c0319a7f2 Mon Sep 17 00:00:00 2001 From: JP Richardson Date: Thu, 5 Nov 2015 09:59:38 -0600 Subject: [PATCH] readme: correct descriptions for bip38/bip38. Closes #491 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94b3727..a189a7c 100644 --- a/README.md +++ b/README.md @@ -148,8 +148,8 @@ Please make your best effort to adhere to these when contributing to save on tri ## Complementing Libraries - [BIP21](https://github.com/bitcoinjs/bip21) - A BIP21 compatible URL encoding utility library -- [BIP38](https://github.com/bitcoinjs/bip38) - Mnemonic generation for deterministic keys -- [BIP39](https://github.com/bitcoinjs/bip39) - Passphrase-protected private keys +- [BIP38](https://github.com/bitcoinjs/bip38) - Passphrase-protected private keys +- [BIP39](https://github.com/bitcoinjs/bip39) - Mnemonic generation for deterministic keys - [BIP32-Utils](https://github.com/bitcoinjs/bip32-utils) - A set of utilities for working with BIP32 - [BIP32-Wallet](https://github.com/bitcoinjs/bip32-wallet) - A BIP32 Wallet backed by bitcoinjs-lib, lite on features but heavily tested - [BIP66](https://github.com/bitcoinjs/bip66) - Strict DER signature decoding