Skip to content

Commit b443b70

Browse files
author
Sascha L
authored
Update README.md
1 parent ff69741 commit b443b70

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# pwgen
22
A simple and short javascript-based password generator
3+
4+
## features
5+
- choose length of password (min 6)
6+
- include a personal string (e.g. your name, birth date, ...)
7+
- copy to clipboard
8+
- debug information
9+
10+
## usage
11+
```html
12+
<script>
13+
$('.your-class').pwgen();
14+
</script>
15+
```
16+

0 commit comments

Comments
 (0)