Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/strengthify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rees <john+github@bitsushi.com>2015-01-07 02:53:49 +0300
committerJohn Rees <john+github@bitsushi.com>2015-01-07 02:53:49 +0300
commita8e0bf803bb77963fd26afebb02f8358bfe5d2cc (patch)
tree2a6590f22958b178420beee69a324f546591f470
parentc3c3dd68324e9e96b32b8e6bae918be869bbda50 (diff)
Update README.md
minor changes to make it read a bit better
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5546dca..c37d7e5 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Combine jQuery and zxcvbn to create a password strength meter.
How to use
----------
-Add following wrapper to your document - preferably nearby the
+Add the following wrapper to your document - preferably near the
password field.
```HTML
@@ -24,8 +24,7 @@ Add `jquery` (tested with 1.10.0), `jquery.strengthify.js` and
```
Because [zxcvbn](https://github.com/lowe/zxcvbn) is really
-heavy-weigth it will be loaded asynchronous from `zxcvbn/zxcvbn.js`,
-but this can be configured with an optional parameter.
+heavyweight, it will be loaded asynchronously from `zxcvbn/zxcvbn.js`. This can however be configured with an optional parameter.
Then call `.strengthify` on the password input field.
@@ -33,7 +32,7 @@ Then call `.strengthify` on the password input field.
$('#password-field').strengthify()
```
-That's it. Now the password strength meter will be updated on
+That's it. Now the password strength meter will be updated after
each keystroke.
Configuration