Browse Source

add installation to README.md

fixTypes
Gustavo Silva 6 years ago
committed by Jonathan Underwood
parent
commit
4fce199e73
  1. 4
      README.md

4
README.md

@ -16,6 +16,10 @@ When a checksum is invalid, warn the user that the phrase is not something gener
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`
## Installation
``` bash
npm install bip39
```
## Examples
``` js

Loading…
Cancel
Save