From b97c718164c1e2f03455e31a6ed21b631e0d7eb6 Mon Sep 17 00:00:00 2001 From: dabura667 Date: Sun, 4 Oct 2015 00:44:49 +0900 Subject: [PATCH] unbold --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d42111c..41637d9 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ JavaScript implementation of [Bitcoin BIP39](https://github.com/bitcoin/bips/blo ***Please remember to allow recovery from mnemonic phrases that have invalid checksums (or that you don't have the wordlist)*** -***When a checksum is invalid, warn the user that the phrase is not something generated by your app, and ask if they would like to use it anyway. This way, your app only needs to hold the wordlists for your supported languages, but you can recover phrases made by other apps in other languages.*** +When a checksum is invalid, warn the user that the phrase is not something generated by your app, and ask if they would like to use it anyway. This way, your app only needs to hold the wordlists for your supported languages, but you can recover phrases made by other apps in other languages. -***However, there should be other checks in place, such as checking to make sure the user is inputting 12 words or more separated by a space. ie. `phrase.trim().split(/\s+/g).length >= 12`*** +However, there should be other checks in place, such as checking to make sure the user is inputting 12 words or more separated by a space. ie. `phrase.trim().split(/\s+/g).length >= 12` ## Usage