Skip to content

Commit

Permalink
docs: README: example
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 14, 2023
1 parent 0dd9680 commit 50adc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To benefit from it.

```js
const {print} = require('@putout/printer');
const {parse} = require('@babel/parser');
const {parse} = require('@putout/babel');
const ast = parse('const a = (b, c) => {const d = 5; return a;}');

print(ast);
Expand Down

0 comments on commit 50adc3d

Please sign in to comment.