Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Oct 7, 2023
1 parent e3dd8ae commit 6dad209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ as known from sh/bash, in JavaScript.
## Example

```js
import expand from 'brace-expansion';
import expand from 'brace-expansion'

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

```js
import expand from 'brace-expansion';
import expand from 'brace-expansion'
```

### const expanded = expand(str)
Expand Down

0 comments on commit 6dad209

Please sign in to comment.