Skip to content

Commit cf342cf

Browse files
committed
Package got updated!
1 parent dfc05fb commit cf342cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ or
1414
yarn add @smakss/random-string
1515
```
1616

17-
to include with `ES5` or common js you can simply do this:
17+
to include it with common js module you should do this:
1818

1919
```
2020
var randomString = require('@smakss/random-string');
2121
```
2222

23-
or to include with `ES6` you can simply do this one:
23+
and to include it with ECMAscript module you can simply do this one:
2424

2525
```
2626
import randomString from '@smakss/random-string'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smakss/random-string",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Generates random dummy string.",
55
"type": "module",
66
"main": "index.cjs",

0 commit comments

Comments
 (0)