Skip to content

Commit

Permalink
Merge pull request #17 from forinda/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
forinda authored Jun 5, 2022
2 parents 575435e + c9bd8f4 commit 1eba66b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ Still the modules can be imported from the main package
- import { alphabets } from "string-shuffle";
+ import {lowerCaseLetters,numbers,symbols,upperCaseLetters} from "string-shuffle";

- const { alphabet, lowerCaseLetters, numbers, symbols, upperCaseLetters } =
alphabets();
- const { alphabet, lowerCaseLetters, numbers, symbols, upperCaseLetters } = alphabets();

- console.log(alphabet.join("")); //ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!"#$%&'()*+,-./

Expand Down

0 comments on commit 1eba66b

Please sign in to comment.