Skip to content

Commit

Permalink
Fix Prettier example
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Apr 10, 2021
1 parent 024e479 commit ecd0bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -79,7 +79,7 @@ https://github.com/lydell/eslump#test-files
Examples:
# See how "prettier" pretty-prints random JavaScript.
$ eslump | prettier
$ eslump | prettier --parser babel
# Run test.js and save the results in output/.
$ eslump test.js output/
Expand Down
2 changes: 1 addition & 1 deletion src/cli-program.js
Expand Up @@ -34,7 +34,7 @@ https://github.com/lydell/eslump#test-files
Examples:
# See how "prettier" pretty-prints random JavaScript.
$ eslump | prettier
$ eslump | prettier --parser babel
# Run test.js and save the results in output/.
$ eslump test.js output/
Expand Down

0 comments on commit ecd0bcd

Please sign in to comment.