Skip to content

Commit

Permalink
README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
James Calfee committed Sep 21, 2017
1 parent 76c4823 commit 42eb650
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Interfaces may gather word suggestions from this package and use them for auto-c
const assert = require('assert')
const {normalize, checkWords, suggest} = require('bip39-checker')

// 'english' is the default and may be omitted..

// Normalizes
assert.equal('double spaces', normalize('double spaces'), 'removes extra spaces')
assert.equal('lowercase', normalize('Lowercase'), 'lowercase')
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bip39-checker",
"description": "The BIP-0039 wordlist spell check module.",
"version": "1.1.0",
"version": "1.1.1",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 42eb650

Please sign in to comment.