Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
echo -> cat typo fix
  • Loading branch information
eshkinkot authored Sep 20, 2021
1 parent 6f12f1c commit 89c461c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ INSTALLATION

then just use it as

echo file.sql | docker run --rm -a stdin -a stdout -i darold.net/pgformatter -
cat file.sql | docker run --rm -a stdin -a stdout -i darold.net/pgformatter -

SPECIAL FORMATTING
Option -W, --wrap-after
Expand Down

0 comments on commit 89c461c

Please sign in to comment.