Skip to content

Commit

Permalink
updated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QwertyR0 committed Sep 7, 2021
1 parent d818607 commit fa1aa3c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ ezRandom.password({
//-> naxohnjykom
// I will Add More Options To Password Generation!

//random rgb color value:

ezRandom.ranColor.rgb()
//-> [ 52, 7, 109 ]

//random hex color value:
ezRandom.ranColor.hex()
//-> #a97b30

```

# LICENSE: MIT

0 comments on commit fa1aa3c

Please sign in to comment.