Skip to content

Commit 6dad209

Browse files
committed
docs
1 parent e3dd8ae commit 6dad209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ as known from sh/bash, in JavaScript.
99
## Example
1010

1111
```js
12-
import expand from 'brace-expansion';
12+
import expand from 'brace-expansion'
1313

1414
expand('file-{a,b,c}.jpg')
1515
// => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg']
@@ -45,7 +45,7 @@ expand('ppp{,config,oe{,conf}}')
4545
## API
4646

4747
```js
48-
import expand from 'brace-expansion';
48+
import expand from 'brace-expansion'
4949
```
5050

5151
### const expanded = expand(str)

0 commit comments

Comments
 (0)