Skip to content

Commit 4515e2d

Browse files
committed
fix readme
1 parent d8f8de7 commit 4515e2d

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
@@ -40,8 +40,8 @@ You can optionally pass information that will be used while generating the outpu
4040
```js
4141
const { code, map } = print(ast, {
4242
sourceMapSource: 'input.js',
43-
sourceMapContent: fs.readFileSync('input.js', 'utf-8')
44-
indent: ' ' // default '\t'
43+
sourceMapContent: fs.readFileSync('input.js', 'utf-8'),
44+
indent: ' ', // default '\t'
4545
quotes: 'single' // or 'double', default 'single'
4646
});
4747
```

0 commit comments

Comments
 (0)