Skip to content

Commit

Permalink
Readme.md got updated
Browse files Browse the repository at this point in the history
Language added for all snippets
  • Loading branch information
SMAKSS committed Oct 12, 2020
1 parent 72347bf commit e1dbf11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ Secure passwords for users might be a big challenge for us. This package will he

To install it you can simply do the following command:

```
```bash
npm i @smakss/password-generator
or
yarn add @smakss/password-generator
```

to include it with common js module you should do this:

```
```js
var PasswordGenerator = require('@smakss/password-generator');
```

and to include it with ECMAscript module you can simply do this one:

```
```js
import PasswordGenerator from '@smakss/password-generator';
```

Expand Down

0 comments on commit e1dbf11

Please sign in to comment.