Skip to content

Commit 01df0e7

Browse files
committed
docs: update install instructions
1 parent f5bc996 commit 01df0e7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# dprint-plugin-sql
22

33
Wrapper around [sqlformat-rs](https://github.com/shssoichiro/sqlformat-rs) for use as a formatting plugin for [dprint](https://github.com/dprint/dprint).
4+
5+
```sh
6+
dprint add sql
7+
```

scripts/generateReleaseNotes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ${changelog}
1515
Then in your project's directory with a dprint.json file, run:
1616
1717
\`\`\`shellsession
18-
dprint config add sql
18+
dprint add sql
1919
\`\`\`
2020
2121
## JS Formatting API

0 commit comments

Comments
 (0)