Skip to content

Commit c9c8d1f

Browse files
committed
Format usage code
1 parent 64355e2 commit c9c8d1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ npm i -D postcss-doodle
2020
## Usage
2121

2222
```js
23-
postcss([ require('postcss-doodle') ])
23+
postcss([
24+
require('postcss-doodle')
25+
])
2426
```
2527

2628

0 commit comments

Comments
 (0)