Skip to content

Commit 3f3ddaa

Browse files
committed
Updated README instructions
1 parent 2ef4df4 commit 3f3ddaa

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@ of the top 10,000 worst passwords as analysed by a respectable IT security analy
77
[Read about it all here](https://xato.net/10-000-top-passwords-6d6380716fe0#.473dkcjfm) or from
88
[Wired](http://www.wired.com/2013/12/web-semantics-the-ten-thousand-worst-passwords/)
99

10+
## Getting Started
1011

11-
## Very easy to use
12+
#### Installation
13+
14+
```bash
15+
$ npm install stupid-passwords --save
16+
```
17+
18+
#### Usage
1219

1320
```js
1421
'use strict';
@@ -43,9 +50,3 @@ app.listen(8080, () => {
4350
module.exports = app;
4451

4552
```
46-
47-
## Installation
48-
49-
```bash
50-
$ npm install stupid-passwords --save
51-
```

0 commit comments

Comments
 (0)